Skip to content

Commit

Permalink
remove old prints
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwigVonKoopa committed Oct 10, 2021
1 parent e2cb44c commit 31828fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cartopy/mpl/geoaxes.py
Original file line number Diff line number Diff line change
Expand Up @@ -1335,7 +1335,6 @@ def imshow(self, img, *args, **kwargs):
# which are masked array RGB(A) into RGBA images

if np.ma.is_masked(img) and len(img.shape) > 2:
print(img.shape, img.dtype, type(img))

# transform RGB(A) into RGBA
old_img = img
Expand Down

0 comments on commit 31828fe

Please sign in to comment.