diff options
| author | 2019-09-12 15:12:31 +0100 | |
|---|---|---|
| committer | 2019-09-12 15:12:31 +0100 | |
| commit | 8ac0fce53f5d7796e78d122135568676a0c15b0a (patch) | |
| tree | 2df4cad51870f53145d6401c762b5a4597fe5309 /modules | |
| parent | remove extra ")" (diff) | |
remove debug prints
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/channel_op.py | 2 |
1 files changed, 0 insertions, 2 deletions
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)) |
