Remove debug print
This commit is contained in:
parent
436baf40fb
commit
9f4e0c174a
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue