Skip to content

Commit f44beba

Browse files
committed
Remove debug output
1 parent 316be99 commit f44beba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripting_helperfunctions_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ def test_that_add_cut_lines_with_width_works_as_expected_with_multiple_cuts(self
535535
label="error_label_{}".format(i),
536536
)
537537
errorbars = plt.gca().containers
538-
print(errorbars)
538+
539539
cut_0 = Cut(
540540
Axis("|Q|", "1", "3", "1"),
541541
Axis("DeltaE", "-1", "1", "0"),

0 commit comments

Comments
 (0)