Skip to content

Commit

Permalink
Remove leftover print statement (aleju#665)
Browse files Browse the repository at this point in the history
This patch removes a print() statement that was left over
from debugging work.
  • Loading branch information
aleju authored May 22, 2020
1 parent b14b1f4 commit fb7ba71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion imgaug/augmentables/polys.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,6 @@ def clip_out_of_image(self, image):
assert multipoly_inter_shapely.is_empty
return []
else:
print(multipoly_inter_shapely, image, self.exterior)
raise Exception(
"Got an unexpected result of type %s from Shapely for "
"image (%d, %d) and polygon %s. This is an internal error. "
Expand Down

0 comments on commit fb7ba71

Please sign in to comment.