Skip to content

Commit

Permalink
- remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Feb 11, 2013
1 parent d21bbe4 commit b358e70
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion osc/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5301,7 +5301,6 @@ def print_jobhistory(apiurl, prj, current_package, repository, arch, format = 't
st = int(node.get('starttime'))
et = int(node.get('endtime'))
endtime = time.strftime('%Y-%m-%d %H:%M:%S', time.localtime(et))
print "XXX", et, st
waittm = time.gmtime(et-st)
if waittm.tm_mday>1:
waitbuild = "%1dd %2dh %2dm %2ds" % (waittm.tm_mday-1, waittm.tm_hour, waittm.tm_min, waittm.tm_sec)
Expand Down

0 comments on commit b358e70

Please sign in to comment.