Skip to content

Commit 59eefc6

Browse files
committed
remove extraneous print
1 parent 9a89262 commit 59eefc6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

data_prototype/axes.py

-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ def plot(self, *args, scalex=True, scaley=True, data=None, **kwargs):
159159
self, *args, data=data, **kwargs, return_kwargs=True
160160
)
161161
]
162-
print(line_args)
163162
lines = []
164163
for coord, kws in line_args:
165164
cont = ArrayContainer(**{"x": coord[0], "y": coord[1]})

0 commit comments

Comments
 (0)