Skip to content

Commit 833812b

Browse files
committed
Remove test prints
1 parent 7ee370b commit 833812b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/validator/test_onset_validator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ def _test_issues_base(self, test_strings, test_issues, test_context, placeholder
6060
error_handler.add_context_and_filter(onset_issues)
6161
test_string.shrink_defs()
6262
issues = self.format_errors_fully(error_handler, hed_string=test_string, params=expected_params)
63-
print(str(onset_issues))
64-
print(str(issues))
65-
print(onset_validator._onsets)
63+
# print(str(onset_issues))
64+
# print(str(issues))
65+
# print(onset_validator._onsets)
6666
error_handler.pop_error_context()
6767
self.assertEqual(len(onset_validator._onsets), context)
6868
self.assertCountEqual(onset_issues, issues)

0 commit comments

Comments
 (0)