aboutsummaryrefslogtreecommitdiff
path: root/src/core_modules/check_mode.py
diff options
context:
space:
mode:
authorGravatar jesopo2020-01-25 11:32:49 +0000
committerGravatar jesopo2020-01-25 11:32:49 +0000
commit1d9621022c04024165f719c23288df3759f5eff9 (patch)
treeb486b81f9a84f1bb360d735e18a94615bb74f9f7 /src/core_modules/check_mode.py
parentfix format_token_replace for $$ (diff)
signature
remove debug print
Diffstat (limited to 'src/core_modules/check_mode.py')
-rw-r--r--src/core_modules/check_mode.py1
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,