Remove testing code

This commit is contained in:
Thomas Jackson 2015-02-28 11:32:16 -08:00
parent 4bd71f9448
commit 5731a01209

View File

@ -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