[Python-modules-commits] [python-mplexporter] 118/135: remove stray print statement

Wolfgang Borgert debacle at moszumanska.debian.org
Tue Sep 23 21:19:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-mplexporter.

commit 1e95811bdd604701ddd604f5cf95a93ba61266c4
Author: Jake Vanderplas <vanderplas at astro.washington.edu>
Date:   Thu Mar 27 16:00:22 2014 -0700

    remove stray print statement
---
 mplexporter/tests/test_basic.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/mplexporter/tests/test_basic.py b/mplexporter/tests/test_basic.py
index 1266261..72978e8 100644
--- a/mplexporter/tests/test_basic.py
+++ b/mplexporter/tests/test_basic.py
@@ -16,7 +16,6 @@ def fake_renderer_output(fig, Renderer):
 
 
 def _assert_output_equal(text1, text2):
-    print text1
     for line1, line2 in zip(text1.strip().split(), text2.strip().split()):
         assert line1 == line2
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-mplexporter.git



More information about the Python-modules-commits mailing list