Skip to content

Commit fcfe16a

Browse files
authored
Update fastplotlib/graphics/selectors/_base_selector.py
1 parent acfa197 commit fcfe16a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fastplotlib/graphics/selectors/_base_selector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ def _move_to_pointer(self, ev):
381381
delta=delta,
382382
source=self._fill[0],
383383
)
384-
print(move_info)
385384
# else use an edge, such as for linear selector
386385
else:
387386
move_info = MoveInfo(

0 commit comments

Comments
 (0)