Skip to content

Commit cc7a67f

Browse files
committed
MNT: remove a print
1 parent 23cd067 commit cc7a67f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_prototype/wrappers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ class ImageWrapper(ProxyWrapper):
219219
_wrapped_class = _AxesImage
220220

221221
def __init__(self, data: DataContainer, nus=None, /, cmap=None, norm=None, **kwargs):
222-
print(kwargs, nus)
223222
nus = dict(nus or {})
224223
if cmap is not None or norm is not None:
225224
if nus is not None and "image" in nus:

0 commit comments

Comments
 (0)