Scheduler: remove spammy debug output.

This commit is contained in:
Daniel Folkinshteyn 2010-09-01 17:37:31 -04:00 committed by Valentin Lorentz
parent 4b1d2b49e4
commit 48979a4db7
2 changed files with 1 additions and 4 deletions

View File

@ -202,9 +202,6 @@ class Scheduler(callbacks.Plugin):
for (i, (name, command)) in enumerate(L): for (i, (name, command)) in enumerate(L):
L[i] = format('%s: %q', name, command['command']) L[i] = format('%s: %q', name, command['command'])
irc.reply(format('%L', L)) irc.reply(format('%L', L))
irc.reply(schedule.schedule.schedule)
irc.reply(schedule.schedule.events)
irc.reply(schedule.schedule.counter)
else: else:
irc.reply(_('There are currently no scheduled commands.')) irc.reply(_('There are currently no scheduled commands.'))
list = wrap(list) list = wrap(list)

View File

@ -1,3 +1,3 @@
"""stick the various versioning attributes in here, so we only have to change """stick the various versioning attributes in here, so we only have to change
them once.""" them once."""
version = '0.83.4.1+limnoria (2011-07-07T13:31:50+0200)' version = '0.83.4.1+limnoria (2011-07-07T13:33:30+0200)'