remove debug print
This commit is contained in:
parent
1ac68a9836
commit
1acd8158b9
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue