printing the time string with countdown result was vetoed pretty early on, and i don't think i have any want to go back to that well

This commit is contained in:
Brian S. Stephan 2010-07-30 00:36:11 -05:00
parent ae4c1fa726
commit 1edeb703b4
1 changed files with 0 additions and 1 deletions

View File

@ -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