tests/test_todo_note: drop unnecessary debugging info
authorAndrea Righi <andrea.righi@canonical.com>
Tue, 5 Dec 2023 08:21:39 +0000 (09:21 +0100)
committerAndrea Righi <andrea.righi@canonical.com>
Mon, 11 Dec 2023 10:00:49 +0000 (11:00 +0100)
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
tests/test_todo_note.py

index fef971c6e54b1528751695af12b65f409a88451d..61e5611d54d54ddb0b908772477760ad57553914 100644 (file)
@@ -11,6 +11,5 @@ class TestTodoNote(unittest.TestCase):
         a = Annotation("tests/data/annotations.todo-note.1")
         c = KConfig("tests/data/config.todo-note.1")
         a.update(c, arch="amd64", flavour="gcp")
-        print(json.dumps(utils.to_dict(a)))
         r = utils.load_json("tests/data/annotations.todo-note.1.result")
         self.assertEqual(utils.to_dict(a), r)