[Yt-svn] yt: Removing a print I accidentally left behind.

hg at spacepope.org hg at spacepope.org
Tue Dec 21 09:39:03 PST 2010


hg Repository: yt
details:   yt/rev/5c8b3e682a15
changeset: 3624:5c8b3e682a15
user:      Stephen Skory <stephenskory at yahoo.com>
date:
Tue Dec 21 10:38:49 2010 -0700
description:
Removing a print I accidentally left behind.

diffstat:

 yt/analysis_modules/halo_finding/halo_objects.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r b959ef852eef -r 5c8b3e682a15 yt/analysis_modules/halo_finding/halo_objects.py
--- a/yt/analysis_modules/halo_finding/halo_objects.py	Tue Dec 21 09:11:34 2010 -0800
+++ b/yt/analysis_modules/halo_finding/halo_objects.py	Tue Dec 21 10:38:49 2010 -0700
@@ -811,7 +811,6 @@
         self.particle_fields = {}
         for field in self._fields:
             if ytcfg.getboolean("yt","inline") == False:
-                print "FIELD", field
                 tot_part = self._data_source[field].size
                 if field == "particle_index":
                     self.particle_fields[field] = self._data_source[field][ii].astype('int64')



More information about the yt-svn mailing list