aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-08-31 12:56:31 +0100
committerGravatar dongfix2018-08-31 13:44:39 +0100
commit6f2da2c40f03884c58ca8de58c58233d2cbcd512 (patch)
tree8d5aa9f2a0d12bad68f09045be7a3da6c42dddd8 /modules
parentGive modules event objects with "context"s, to facilitate purging all the event (diff)
signature
Remove print in ducks.py
Diffstat (limited to 'modules')
-rw-r--r--modules/ducks.py2
1 files changed, 0 insertions, 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