No gibberish

This commit is contained in:
simon.kagstrom 2010-02-24 15:47:29 +00:00
parent 84266ee93e
commit 6239aa9d3b

View File

@ -673,7 +673,6 @@ class Broker(SocketServer.UDPServer):
self.active_peers[ peer.addr ] = peer
except Exception, e:
log_error("Moving peer %s to active failed: %s" % (str(peer.addr), str(e)))
print "VOBB", len(self.waiting_peers), len(self.active_peers)
def remove_peer(self, peer):
try: