We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6fdb813 + d4629af commit 66717f9Copy full SHA for 66717f9
1 file changed
receptor/receptor.py
@@ -129,7 +129,6 @@ def remove_connection(self, protocol_obj, id_=None, loop=None):
129
self.update_connection_manifest(connection_node)
130
self.connections[connection_node].remove(protocol_obj)
131
self.router.update_node(self.node_id, connection_node, 100)
132
- self.router.debug_router()
133
134
notify_connections += self.connections[connection_node]
135
loop.create_task(self.send_route_advertisement(self.router.get_edges()))
0 commit comments