From c3fe96f6fce312b52cd2b4ad0bfd8d8e0b9ba367 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Thu, 14 Apr 2016 12:03:10 +0900 Subject: [PATCH] Remove debug print --- tests/test_ext_math.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_ext_math.py b/tests/test_ext_math.py index ba8dcc186..ab68dc8e1 100644 --- a/tests/test_ext_math.py +++ b/tests/test_ext_math.py @@ -71,7 +71,6 @@ def test_math_number_all_latex(app, status, warning): app.builder.build_all() content = (app.outdir / 'test.tex').text() - print content macro = (r'\\begin{equation\*}\s*' r'\\begin{split}a\^2\+b\^2=c\^2\\end{split}\s*' r'\\end{equation\*}')