diff options
| author | 2020-01-25 11:32:49 +0000 | |
|---|---|---|
| committer | 2020-01-25 11:32:49 +0000 | |
| commit | 1d9621022c04024165f719c23288df3759f5eff9 (patch) | |
| tree | b486b81f9a84f1bb360d735e18a94615bb74f9f7 /src/core_modules/check_mode.py | |
| parent | fix 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.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, |
