forgot to remove these debug lines.

This commit is contained in:
Elián Hanisch
2010-10-24 03:25:40 -03:00
parent 21c041631f
commit 5ed4e67b07

View File

@ -524,9 +524,7 @@ class Bantracker(callbacks.Plugin):
# FIXME workaround until proper fix is done.
bag = set()
nodups = set()
n = 0
for host, reviews in self.pendingReviews.iteritems():
n += len(reviews)
for nick, msg in reviews:
if nick == 'Automated-Addition':
continue