From b0efda573ad8e1ceebf82ac2999a7fdf5055ec47 Mon Sep 17 00:00:00 2001 From: Guillermo Alonso Date: Tue, 20 Jun 2017 18:00:16 +0200 Subject: [PATCH] Remove commented code --- osbrain/agent.py | 1 - 1 file changed, 1 deletion(-) diff --git a/osbrain/agent.py b/osbrain/agent.py index 355d408..5bdd117 100644 --- a/osbrain/agent.py +++ b/osbrain/agent.py @@ -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):