aboutsummaryrefslogtreecommitdiff
path: root/modules/inactive_channels.py
diff options
context:
space:
mode:
authorGravatar jesopo2020-03-10 00:07:12 +0000
committerGravatar jesopo2020-03-10 00:07:12 +0000
commit1acd8158b95557558d9e7296b159355f713a1394 (patch)
tree58f1883c693202e9309bc4e42bc58f1a06f8965a /modules/inactive_channels.py
parentallow IntRangeSetting max to be optional (diff)
signature
remove debug print
Diffstat (limited to 'modules/inactive_channels.py')
-rw-r--r--modules/inactive_channels.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/inactive_channels.py b/modules/inactive_channels.py
index 59926234..53430351 100644
--- a/modules/inactive_channels.py
+++ b/modules/inactive_channels.py
@@ -35,7 +35,6 @@ class Module(ModuleManager.BaseModule):
@utils.hook("cron")
@utils.kwarg("schedule", "0")
def hourly(self, event):
- print("minutely")
parts = []
now = utils.datetime.utcnow()
botwide_days = self.bot.get_setting(SETTING_NAME, None)