diff options
| -rw-r--r-- | src/core_modules/check_mode.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core_modules/check_mode.py b/src/core_modules/check_mode.py index 6b246118..bb4cb3a9 100644 --- a/src/core_modules/check_mode.py +++ b/src/core_modules/check_mode.py @@ -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, |
