From c5cb263d74594b51b382cd814f07d90a276ad5a9 Mon Sep 17 00:00:00 2001 From: Andrea Righi Date: Tue, 5 Dec 2023 09:21:39 +0100 Subject: [PATCH] tests/test_todo_note: drop unnecessary debugging info Signed-off-by: Andrea Righi --- tests/test_todo_note.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_todo_note.py b/tests/test_todo_note.py index fef971c..61e5611 100644 --- a/tests/test_todo_note.py +++ b/tests/test_todo_note.py @@ -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) -- 2.31.1