Rev 3222, Use eval in bench for older pytyhon compatibility, Remove unnecessary print from chart archive

This commit is contained in:
shortcutme 2018-01-20 11:49:17 +01:00
parent f5846853b3
commit 0c6c7d2725
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
3 changed files with 2 additions and 3 deletions

View file

@ -104,7 +104,6 @@ class ChartDb(Db):
num_archived = 0
cur = self.getCursor()
for row in res:
print dict(row)
if row["num"] == 1:
continue
cur.execute("INSERT INTO data ?", {