diff --git a/skimage/morphology/misc.py b/skimage/morphology/misc.py index e868ffcb..4b3e259a 100644 --- a/skimage/morphology/misc.py +++ b/skimage/morphology/misc.py @@ -192,7 +192,6 @@ def remove_small_holes(ar, min_size=64, connectivity=1, in_place=False): #Creates warning if image is an integer image if out.dtype != bool: - print("I'm about to warn") warnings.warn("Any labeled images will be returned as a boolean array. " "Did you mean to use a boolean array?", UserWarning)