diff --git a/modules/Countdown.py b/modules/Countdown.py index 090631e..948e7cc 100644 --- a/modules/Countdown.py +++ b/modules/Countdown.py @@ -84,7 +84,6 @@ class Countdown(Module): relstr += str(rdelta.minutes) + ' minutes ' if rdelta.seconds != 0: relstr += str(rdelta.seconds) + ' seconds' - #relstr += ' (' + timestr + ')' return self.reply(connection, replypath, relstr) except NoOptionError: pass