aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/relay.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/relay.py b/modules/relay.py
index 4869617e..73ec5282 100644
--- a/modules/relay.py
+++ b/modules/relay.py
@@ -35,7 +35,6 @@ class Module(ModuleManager.BaseModule):
for other_server_id, other_channel_name in relays:
if (other_server_id == server_id and
other_channel_name == channel_name):
- print("yes!")
return True
return False