[Yt-svn] yt-commit r528 - trunk/yt/lagos
    mturk at wrangler.dreamhost.com 
    mturk at wrangler.dreamhost.com
       
    Wed Jun  4 09:13:57 PDT 2008
    
    
  
Author: mturk
Date: Wed Jun  4 09:13:56 2008
New Revision: 528
URL: http://yt.spacepope.org/changeset/528
Log:
Got rid of debug statement
Modified:
   trunk/yt/lagos/Profiles.py
Modified: trunk/yt/lagos/Profiles.py
==============================================================================
--- trunk/yt/lagos/Profiles.py	(original)
+++ trunk/yt/lagos/Profiles.py	Wed Jun  4 09:13:56 2008
@@ -57,7 +57,6 @@
         pbar = get_pbar('Binning grids', len(self._data_source._grids))
         for gi,grid in enumerate(self._data_source._grids):
             pbar.update(gi)
-            mylog.debug("Binner adding fields from grid %s", grid)
             args = self._get_bins(grid, check_cut=True)
             if not args:
                 continue
    
    
More information about the yt-svn
mailing list