From 3a0e19bc225539bfa53b2b9bb953bf6414178878 Mon Sep 17 00:00:00 2001 From: Daniel Folkinshteyn Date: Wed, 1 Sep 2010 17:37:31 -0400 Subject: [PATCH] Scheduler: remove spammy debug output. --- plugins/Scheduler/plugin.py | 3 --- src/version.py | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/Scheduler/plugin.py b/plugins/Scheduler/plugin.py index a6590467f..4a4611ad5 100644 --- a/plugins/Scheduler/plugin.py +++ b/plugins/Scheduler/plugin.py @@ -198,9 +198,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) diff --git a/src/version.py b/src/version.py index 33e683489..673e8b88c 100644 --- a/src/version.py +++ b/src/version.py @@ -1,3 +1,3 @@ """stick the various versioning attributes in here, so we only have to change 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)'