Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f5666a4

Browse files
committed
Remove debug print
1 parent af6e1b4 commit f5666a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/matplotlib/tests/test_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ def onselect(epress, erelease):
193193
do_event(tool, 'press', xdata=132, ydata=132)
194194
do_event(tool, 'onmove', xdata=120, ydata=120)
195195
do_event(tool, 'release', xdata=120, ydata=120)
196-
assert tool.extents == (108, 138, 108, 138), tool.extents
196+
assert tool.extents == (108, 138, 108, 138)
197197

198198
# create a new rectangle
199199
do_event(tool, 'press', xdata=10, ydata=10)

0 commit comments

Comments
 (0)