Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 59eefc6

Browse files
committedApr 4, 2025·
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

Lines changed: 0 additions & 1 deletion
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)
Please sign in to comment.