Scheduler: remove spammy debug output.

This commit is contained in:
Daniel Folkinshteyn 2010-09-01 17:37:31 -04:00
parent f9fc250a62
commit 3a0e19bc22
2 changed files with 1 additions and 4 deletions

View File

@ -198,9 +198,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+gribble (2010-08-20T11:08:31-0400)' version = '0.83.4.1+gribble (2010-09-02T08:54:13-0400)'