From b46a1dc04c417aeae6018880e1d5a6c14ea3c52d Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Wed, 13 Dec 2023 14:21:33 +0100 Subject: [PATCH] tests: test_override: drop unnecessary debugging print() Signed-off-by: Andrea Righi --- tests/test_override.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_override.py b/tests/test_override.py index 3ec180e..12bf907 100644 --- a/tests/test_override.py +++ b/tests/test_override.py @@ -10,6 +10,5 @@ class TestLoadAnnotations(unittest.TestCase): for d in ("annotations.override.1",): f = "tests/data/" + d a = Annotation(f) - print(utils.to_dict(a)) r = utils.load_json(f + ".result") self.assertEqual(utils.to_dict(a), r) -- 2.31.1