Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Feb 16, 2018
1 parent 3474a60 commit 5ace500
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jobs/jobscheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
global simulation_time
global simulation
def gettime(addtime=0):
print "SS:",simulation,simulation_time,addtime
if not simulation: return int(time())
global simulation_time
simulation_time+=addtime
Expand Down

0 comments on commit 5ace500

Please sign in to comment.