Skip to content

Commit b19d44a

Browse files
remove debug print message
1 parent d040e81 commit b19d44a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_tools.py

-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,6 @@ def test_set_wavelength(inputs, expected):
421421
def test_set_wavelength_bad(inputs, expected_error_msg):
422422
cli_inputs = ["data.xy", "--mud", "2.5"] + inputs
423423
actual_args = get_args(cli_inputs)
424-
print(actual_args.wavelength)
425424
with pytest.raises(ValueError, match=re.escape(expected_error_msg)):
426425
actual_args = set_wavelength(actual_args)
427426

0 commit comments

Comments
 (0)