From: Andrea Righi Date: Wed, 13 Dec 2023 13:21:33 +0000 (+0100) Subject: tests: test_override: drop unnecessary debugging print() X-Git-Tag: v0.2~1 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=b46a1dc04c417aeae6018880e1d5a6c14ea3c52d;p=annotations.git tests: test_override: drop unnecessary debugging print() Signed-off-by: Andrea Righi --- 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)