Remove debug print

This commit is contained in:
jesopo 2019-06-20 20:10:02 +01:00
parent 436baf40fb
commit 9f4e0c174a

View file

@ -35,7 +35,6 @@ class Module(ModuleManager.BaseModule):
for other_server_id, other_channel_name in relays: for other_server_id, other_channel_name in relays:
if (other_server_id == server_id and if (other_server_id == server_id and
other_channel_name == channel_name): other_channel_name == channel_name):
print("yes!")
return True return True
return False return False