From 6f2da2c40f03884c58ca8de58c58233d2cbcd512 Mon Sep 17 00:00:00 2001 From: jesopo Date: Fri, 31 Aug 2018 12:56:31 +0100 Subject: [PATCH] Remove print in ducks.py --- modules/ducks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/ducks.py b/modules/ducks.py index d67c2608..355abfd9 100644 --- a/modules/ducks.py +++ b/modules/ducks.py @@ -74,8 +74,6 @@ class Module(object): if ducks_enabled == 1: channel.set_setting("active-duck", 0) - print(self.duck_times) - def duck_time(self, channel): if isinstance(channel, str): channel_name = channel