Skip to content

Commit

Permalink
Remove leftover print (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
ppinard committed Jul 15, 2018
1 parent 80e2142 commit 9eeebf7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion matplotlib_scalebar/scalebar.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@ def _get_value(attr, default):
if self.fixed_value is None:
length_px = abs(xlim[1] - xlim[0]) * length_fraction
length_px, value, units = self._calculate_best_length(length_px)
print(length_px)

# Mode 2: Fixed
else:
Expand Down

0 comments on commit 9eeebf7

Please sign in to comment.