Removed debug output

This commit is contained in:
AndrewButer 2011-03-18 16:05:03 -04:00
parent 9a9b38f98d
commit 5bd9ce55d9

View File

@ -169,7 +169,6 @@ WHERE taskid = ?
AND date = ?
''', (taskid, date))
for row in c:
print "%d %d" % (secs, row[0])
secs += row[0]
c.close()
self.conn.commit()