Misc cleanup

This commit is contained in:
Thomas Jackson 2015-03-24 08:21:09 -07:00
parent c7553288bf
commit fd4fff89c7
2 changed files with 1 additions and 5 deletions

View File

@ -761,7 +761,6 @@ class AESFuncs(object):
Create a new AESFuncs
:param dict opts: The salt options
:param salt.transport.server.ReqServerChannel req_channel: transport
:rtype: AESFuncs
:returns: Instance for handling AES operations
@ -1918,7 +1917,7 @@ class ClearFuncs(object):
return {}
payload = self._prep_pub(minions, jid, clear_load, extra)
#Send it!
# Send it!
self._send_pub(payload)
return {

View File

@ -1,3 +0,0 @@
Minion polling: _do_poll makes all recv() slow since we are now pulled out of that code
Master-side