From 627d73a683c749a85019ead70f8f147e24b4a124 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Sun, 19 Dec 2021 18:15:56 +0900 Subject: [PATCH] test: Remove debug print --- tests/test_domain_py.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_domain_py.py b/tests/test_domain_py.py index dbd594f8384..f6af3e9af4a 100644 --- a/tests/test_domain_py.py +++ b/tests/test_domain_py.py @@ -314,7 +314,6 @@ def test_parse_annotation(app): [desc_sig_punctuation, "]"])) doctree = _parse_annotation("Callable[[int, int], int]", app.env) - print(doctree) assert_node(doctree, ([pending_xref, "Callable"], [desc_sig_punctuation, "["], [desc_sig_punctuation, "["],