Skip to content

Commit

Permalink
Remove debug print.
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMcCormick committed Oct 24, 2017
1 parent 179d8da commit a105aa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/hpsmc/batch.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def parse_args(self):

if cl.job_range:
toks = cl.job_range.split(':')
print str(toks)
if len(toks) != 2:
raise ValueError("Bad format for job range: " + cl.job_range)
self.start_job_num = int(toks[0])
Expand Down

0 comments on commit a105aa5

Please sign in to comment.