aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar jesopo2019-06-20 20:10:02 +0100
committerGravatar jesopo2019-06-20 20:10:02 +0100
commit9f4e0c174a7bc557f040c84476c01ad4bbf3d0ff (patch)
tree3cb95bbca00626490a9d30caaad9e0c0cf3dd755
parentpass from_self through message/notice/tagmsg vents (diff)
signature
Remove debug print
-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