mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
Remove testing code
This commit is contained in:
parent
4bd71f9448
commit
5731a01209
@ -21,9 +21,6 @@ class ReqChannel(object):
|
||||
elif 'transport' in opts.get('pillar', {}).get('master', {}):
|
||||
ttype = opts['pillar']['master']['transport']
|
||||
|
||||
# TODO: remove
|
||||
ttype = 'tcp'
|
||||
|
||||
# switch on available ttypes
|
||||
if ttype == 'zeromq':
|
||||
import salt.transport.zeromq
|
||||
|
Loading…
Reference in New Issue
Block a user