Removed debug output
This commit is contained in:
parent
9a9b38f98d
commit
5bd9ce55d9
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user