[yt-svn] commit/yt: MatthewTurk: Removing print statement.

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Fri Jul 18 07:08:04 PDT 2014


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/d44a659ea62c/
Changeset:   d44a659ea62c
Branch:      yt-3.0
User:        MatthewTurk
Date:        2014-07-18 16:08:00
Summary:     Removing print statement.
Affected #:  1 file

diff -r 6c0273b42d198d3ac270238feed0e5a5ace9899c -r d44a659ea62cc86fb53c327e17e9b70d6e5f53ef yt/frontends/sdf/data_structures.py
--- a/yt/frontends/sdf/data_structures.py
+++ b/yt/frontends/sdf/data_structures.py
@@ -191,7 +191,6 @@
     @classmethod
     def _is_valid(cls, *args, **kwargs):
         sdf_header = kwargs.get('sdf_header', args[0])
-        print 'Parsing sdf_header: %s' % sdf_header
         if sdf_header.startswith("http"):
             if requests is None: return False
             hreq = requests.get(sdf_header, stream=True)

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list