From a423d04d9929304264483e208f0f5000a26a591e Mon Sep 17 00:00:00 2001 From: James Vega Date: Sun, 16 Jan 2005 20:05:41 +0000 Subject: [PATCH] Remove a debugging print. --- plugins/Infobot.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Infobot.py b/plugins/Infobot.py index 75b465747..3d2263a82 100755 --- a/plugins/Infobot.py +++ b/plugins/Infobot.py @@ -182,7 +182,6 @@ class PickleInfobotDB(object): def incChanges(self): filename = dynamic.filename - print '*** self.changes: %s' % self.changes self.changes[filename] += 1 def incResponses(self):