From a86ce5a1d424b5a168badbc837c48dcf8a274e24 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 18 Nov 2020 13:56:44 +1000 Subject: [PATCH] remove print statement from unit tests --- pylib/tests/test_latex.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pylib/tests/test_latex.py b/pylib/tests/test_latex.py index 815128de5..59f8b50ae 100644 --- a/pylib/tests/test_latex.py +++ b/pylib/tests/test_latex.py @@ -21,7 +21,6 @@ def test_latex(): assert len(os.listdir(col.media.dir())) == 0 # check the error message msg = note.cards()[0].q() - print(msg) assert "executing nolatex" in without_unicode_isolation(msg) assert "installed" in msg # check if we have latex installed, and abort test if we don't