From 1d9621022c04024165f719c23288df3759f5eff9 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sat, 25 Jan 2020 11:32:49 +0000 Subject: remove debug print --- src/core_modules/check_mode.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/core_modules/check_mode.py') 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, -- cgit v1.3.1-10-gc9f91