Skip to content

Commit 359887a

Browse files
committed
remove debug print
1 parent 18e8914 commit 359887a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/compas_plotters/plotter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ def zoom_extents(self, padding: Optional[int] = None) -> None:
220220
width, height = self.figsize
221221
fig_aspect = width / height
222222
data = []
223-
print(self.artists)
224223
for artist in self.artists:
225224
data += artist.data
226225
x, y = zip(* data)

0 commit comments

Comments
 (0)