From: Jon Dufresne Date: Sun, 9 Apr 2017 21:27:27 +0000 (-0700) Subject: Remove print() output during test X-Git-Tag: 2.10~28^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f00f8ec7915e2e380b14a46c76f68fbf064ce2f;p=thirdparty%2Fjinja.git Remove print() output during test Looks like it was left in from debugging. --- diff --git a/tests/test_regression.py b/tests/test_regression.py index 8bd26788..876b41c8 100644 --- a/tests/test_regression.py +++ b/tests/test_regression.py @@ -471,7 +471,6 @@ class TestBug(object): ] }}) lines = [x.strip() for x in sm.splitlines() if x.strip()] - print(lines) assert lines == [ '', '',