Removed debug output
This commit is contained in:
parent
9a9b38f98d
commit
5bd9ce55d9
@ -169,7 +169,6 @@ WHERE taskid = ?
|
|||||||
AND date = ?
|
AND date = ?
|
||||||
''', (taskid, date))
|
''', (taskid, date))
|
||||||
for row in c:
|
for row in c:
|
||||||
print "%d %d" % (secs, row[0])
|
|
||||||
secs += row[0]
|
secs += row[0]
|
||||||
c.close()
|
c.close()
|
||||||
self.conn.commit()
|
self.conn.commit()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user