Don't need to connect to the publish sockets, it will do that automatically when you ask for an event

This commit is contained in:
Thomas Jackson 2014-09-16 19:19:06 -07:00
parent 36594ff6e5
commit 14124526ce

View File

@ -489,7 +489,6 @@ class MasterEvent(SaltEvent):
'''
def __init__(self, sock_dir):
super(MasterEvent, self).__init__('master', sock_dir)
self.connect_pub()
class LocalClientEvent(MasterEvent):