From 9f4e0c174a7bc557f040c84476c01ad4bbf3d0ff Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 20 Jun 2019 20:10:02 +0100 Subject: Remove debug print --- modules/relay.py | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/relay.py') 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 -- cgit v1.3.1-10-gc9f91