From 8ac0fce53f5d7796e78d122135568676a0c15b0a Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 12 Sep 2019 15:12:31 +0100 Subject: remove debug prints --- modules/channel_op.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules') diff --git a/modules/channel_op.py b/modules/channel_op.py index 836bce24..d8a987f1 100644 --- a/modules/channel_op.py +++ b/modules/channel_op.py @@ -309,8 +309,6 @@ class Module(ModuleManager.BaseModule): modes.append(("b", self._get_hostmask(channel, user))) kick_reason = "User is banned from this channel" - print(flags) - print(modes) for chunk in self._chunk(modes, 4): chars, args = list(zip(*chunk)) channel.send_mode("+%s" % "".join(chars), list(args)) -- cgit v1.3.1-10-gc9f91