diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-12-19 18:15:56 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2021-12-19 18:15:56 +0900 |
commit | 627d73a683c749a85019ead70f8f147e24b4a124 (patch) | |
tree | 0543f4489f5fa94cd6865f6a911ea929d50da9e3 | |
parent | 8d0fd9e74a6d44ca1a518225d9be030d91917c9b (diff) | |
download | sphinx-git-627d73a683c749a85019ead70f8f147e24b4a124.tar.gz |
test: Remove debug print
-rw-r--r-- | tests/test_domain_py.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test_domain_py.py b/tests/test_domain_py.py index dbd594f83..f6af3e9af 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, "["], |