diff options
| author | 2019-06-20 20:10:02 +0100 | |
|---|---|---|
| committer | 2019-06-20 20:10:02 +0100 | |
| commit | 9f4e0c174a7bc557f040c84476c01ad4bbf3d0ff (patch) | |
| tree | 3cb95bbca00626490a9d30caaad9e0c0cf3dd755 /modules/relay.py | |
| parent | pass from_self through message/notice/tagmsg vents (diff) | |
| signature | ||
Remove debug print
Diffstat (limited to 'modules/relay.py')
| -rw-r--r-- | modules/relay.py | 1 |
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 |
