Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillermo Alonso committed Jun 20, 2017
1 parent 18a99d2 commit b0efda5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osbrain/agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,6 @@ def subscribe_socket_to_topic(self, socket, topic: bytes):
topic
topic which we want to subscribe to
'''
# self.socket[socket].setsockopt(zmq.SUBSCRIBE, topic)
if isinstance(self.address[socket], AgentAddress):
self.socket[socket].setsockopt(zmq.SUBSCRIBE, topic)
if isinstance(self.address[socket], AgentChannel):
Expand Down

0 comments on commit b0efda5

Please sign in to comment.