mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Scheduler: remove spammy debug output.
This commit is contained in:
parent
4b1d2b49e4
commit
48979a4db7
@ -202,9 +202,6 @@ class Scheduler(callbacks.Plugin):
|
||||
for (i, (name, command)) in enumerate(L):
|
||||
L[i] = format('%s: %q', name, command['command'])
|
||||
irc.reply(format('%L', L))
|
||||
irc.reply(schedule.schedule.schedule)
|
||||
irc.reply(schedule.schedule.events)
|
||||
irc.reply(schedule.schedule.counter)
|
||||
else:
|
||||
irc.reply(_('There are currently no scheduled commands.'))
|
||||
list = wrap(list)
|
||||
|
@ -1,3 +1,3 @@
|
||||
"""stick the various versioning attributes in here, so we only have to change
|
||||
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)'
|
||||
|
Loading…
Reference in New Issue
Block a user