remove debug print

This commit is contained in:
jesopo 2020-01-25 11:32:49 +00:00
parent 5722a567a1
commit 1d9621022c

View file

@ -13,7 +13,6 @@ LOWHIGH = {
"Set which channel mode is considered to be 'high' access", example="o"))
class Module(ModuleManager.BaseModule):
def _check_command(self, event, channel, require_mode):
print(channel)
if channel and require_mode:
if require_mode in LOWHIGH:
require_mode = channel.get_setting("mode-%s" % require_mode,