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

commits-noreply at bitbucket.org commits-noreply at bitbucket.org
Wed Jun 29 15:23:57 PDT 2016


1 new commit in yt:

https://bitbucket.org/yt_analysis/yt/commits/428dd2f17465/
Changeset:   428dd2f17465
Branch:      yt
User:        MatthewTurk
Date:        2016-06-29 20:45:39+00:00
Summary:     Removing lingering print statement
Affected #:  1 file

diff -r 667d2aa2b7683bb2f695059d2f23dec485645d85 -r 428dd2f17465075a90ab4ebf40db69e4f619f7ab doc/helper_scripts/generate_doap.py
--- a/doc/helper_scripts/generate_doap.py
+++ b/doc/helper_scripts/generate_doap.py
@@ -132,7 +132,6 @@
             f.write(templates["foaf"] % {'realname': dev_name})
             f.write("</developer>\n")
         for release in known_releases + get_release_tags():
-            print release
             f.write(templates["release"] % {
                 'name': "yt " + release[0], 'revision': release[0], 'date': release[1]}
             )

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