Skip to content

Commit a00e21d

Browse files
committed
Remove print ...
1 parent 131a7f7 commit a00e21d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/py_eddy_tracker/dataset/grid.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,6 @@ def display(self, ax, name, factor=1, **kwargs):
10861086
if "cmap" not in kwargs:
10871087
kwargs["cmap"] = "coolwarm"
10881088
data = self.grid(name) if isinstance(name, str) else name
1089-
print(self.x_c.shape, self.y_c.shape, data.shape)
10901089
return ax.pcolor(self.x_c, self.y_c, data * factor, **kwargs)
10911090

10921091
@property

0 commit comments

Comments
 (0)