[Yt-svn] yt-commit r849 - trunk/yt/lagos/lightcone

britton at wrangler.dreamhost.com britton at wrangler.dreamhost.com
Sun Oct 26 11:21:31 PDT 2008


Author: britton
Date: Sun Oct 26 11:21:30 2008
New Revision: 849
URL: http://yt.spacepope.org/changeset/849

Log:
Took at debug print statement.

24 October, 2008

Britton Smith



Modified:
   trunk/yt/lagos/lightcone/LightConeProjection.py

Modified: trunk/yt/lagos/lightcone/LightConeProjection.py
==============================================================================
--- trunk/yt/lagos/lightcone/LightConeProjection.py	(original)
+++ trunk/yt/lagos/lightcone/LightConeProjection.py	Sun Oct 26 11:21:30 2008
@@ -40,7 +40,6 @@
     node_name = "LightCone_%s_%s_%d_%f_%f" % (field,weight_field,lightConeSlice['ProjectionAxis'],
                                               lightConeSlice['ProjectionCenter'][lightConeSlice['ProjectionAxis']],
                                               lightConeSlice['DepthBoxFraction'])
-    print "Node name is %s" % node_name
 
     print "Making projection at z = %f from %s." % (lightConeSlice['redshift'],lightConeSlice['filename'])
 



More information about the yt-svn mailing list