[pyfr] 05/32: Remove a rogue print call.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Apr 21 08:21:50 UTC 2016


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

ghisvail-guest pushed a commit to branch master
in repository pyfr.

commit 6507c755b4d56446384eff4deca997dc3fc1f558
Author: Freddie Witherden <freddie at witherden.org>
Date:   Wed Jan 27 17:28:23 2016 +0000

    Remove a rogue print call.
---
 pyfr/writers/native.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pyfr/writers/native.py b/pyfr/writers/native.py
index 14c14da..b5cc49a 100644
--- a/pyfr/writers/native.py
+++ b/pyfr/writers/native.py
@@ -103,8 +103,6 @@ class NativeWriter(object):
             bn = re.sub(r'\\{n[^}]*\\}', r'(\s*\d+\s*)', bn)
             bn = re.sub(r'\\{t[^}]*\\}', r'(?:.*?)', bn) + '$'
 
-            print(bn)
-
             for f in os.listdir(self.basedir):
                 m = re.match(bn, f)
                 if m:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfr.git



More information about the debian-science-commits mailing list