tests: test_override: drop unnecessary debugging print()
authorAndrea Righi <andrea.righi@canonical.com>
Wed, 13 Dec 2023 13:21:33 +0000 (14:21 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Wed, 13 Dec 2023 13:21:33 +0000 (14:21 +0100)
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
tests/test_override.py

index 3ec180e24c3fccea472d1028fd356a2f11cc0b01..12bf907ceb3c542a8992336a1ee7090df6a74f97 100644 (file)
@@ -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)