From 0f00f8ec7915e2e380b14a46c76f68fbf064ce2f Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Sun, 9 Apr 2017 14:27:27 -0700 Subject: [PATCH] Remove print() output during test Looks like it was left in from debugging. --- tests/test_regression.py | 1 - 1 file changed, 1 deletion(-) 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 == [ '', '', -- 2.47.2