Skip to content

Commit

Permalink
Removing debugging print.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolobio committed Feb 18, 2015
1 parent 65282a5 commit 42f694e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sshm/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ def expand_ranges(to_expand):
nums.append(single)
if range_str:
i, j = range_str.split('-')
print(i, j)
# Create a string that will pad the integer with its current amount
# of zeroes.
# Example: if i is '03' the string will be '%0.2d'
Expand Down

0 comments on commit 42f694e

Please sign in to comment.