WebStats: Remove debug data

master
Valentin Lorentz 2010-11-21 09:13:25 +01:00
parent 41939d8906
commit 6822a687db
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ def get(useSkeleton, channel, db):
channel = '#' + channel
items = db.getChanGlobalData(channel)
output = content % (_("Stats about %s channel"), _("There were %n, %n, %n, %n, %n, and %n."))
print repr(items)
output = utils.str.format(output, channel, (items[0], 'line'), (items[1], 'word'),
(items[2], 'char'), (items[3], 'join'),
(items[4], 'part'), (items[5], 'quit'))