Remove a debugging print.

This commit is contained in:
James Vega 2005-01-16 20:05:41 +00:00
parent c0d95a26d0
commit a423d04d99
1 changed files with 0 additions and 1 deletions

View File

@ -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):