diff options
| author | 2018-08-31 12:56:31 +0100 | |
|---|---|---|
| committer | 2018-08-31 13:44:39 +0100 | |
| commit | 6f2da2c40f03884c58ca8de58c58233d2cbcd512 (patch) | |
| tree | 8d5aa9f2a0d12bad68f09045be7a3da6c42dddd8 /modules | |
| parent | Give 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.py | 2 |
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 |
