[Yt-svn] yt-commit r822 - trunk/yt/lagos

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Sat Oct 11 15:06:42 PDT 2008


Author: mturk
Date: Sat Oct 11 15:06:41 2008
New Revision: 822
URL: http://yt.spacepope.org/changeset/822

Log:
Removed some print statements



Modified:
   trunk/yt/lagos/HierarchyType.py

Modified: trunk/yt/lagos/HierarchyType.py
==============================================================================
--- trunk/yt/lagos/HierarchyType.py	(original)
+++ trunk/yt/lagos/HierarchyType.py	Sat Oct 11 15:06:41 2008
@@ -670,7 +670,6 @@
             re_FileName = constructRegularExpressions(patt,('s'))
             fn_results = re.findall(re_FileName, self.__hierarchy_string)
             if len(fn_results):
-                print patt
                 self.__set_all_filenames(fn_results)
                 return
 
@@ -885,7 +884,6 @@
 
     def _copy_hierarchy_structure(self):
         import enzo
-        print dir(enzo)
         self.gridDimensions[:] = enzo.hierarchy_information["GridDimensions"][:]
         self.gridStartIndices[:] = enzo.hierarchy_information["GridStartIndices"][:]
         self.gridEndIndices[:] = enzo.hierarchy_information["GridEndIndices"][:]



More information about the yt-svn mailing list