[Yt-svn] yt-commit r1443 - trunk/yt/extensions

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Wed Sep 9 19:36:41 PDT 2009


Author: britton
Date: Wed Sep  9 19:36:40 2009
New Revision: 1443
URL: http://yt.spacepope.org/changeset/1443

Log:
Removed hanger-on print statement.


Modified:
   trunk/yt/extensions/HaloProfiler.py

Modified: trunk/yt/extensions/HaloProfiler.py
==============================================================================
--- trunk/yt/extensions/HaloProfiler.py	(original)
+++ trunk/yt/extensions/HaloProfiler.py	Wed Sep  9 19:36:40 2009
@@ -478,7 +478,6 @@
     def _check_for_needed_profile_fields(self):
         "Make sure CellVolume and TotalMass fields are added so virial quantities can be calculated."
         all_profile_fields = [hp['field'] for hp in self.profile_fields]
-        print "Checking fields."
         if not 'CellVolume' in all_profile_fields:
             mylog.info("Adding CellVolume field to so virial quantities can be calculated")
             self.add_profile('CellVolume', weight_field=None, accumulation=True)



More information about the yt-svn mailing list