[Yt-svn] yt: removed debugging statment

hg at spacepope.org hg at spacepope.org
Tue Sep 7 12:29:11 PDT 2010


hg Repository: yt
details:   yt/rev/814f25afbccf
changeset: 3387:814f25afbccf
user:      J.S. Oishi <jsoishi at gmail.com>
date:
Tue Sep 07 12:28:36 2010 -0700
description:
removed debugging statment

diffstat:

 yt/utilities/command_line.py |  1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r fdd87d237da1 -r 814f25afbccf yt/utilities/command_line.py
--- a/yt/utilities/command_line.py	Tue Sep 07 12:26:25 2010 -0700
+++ b/yt/utilities/command_line.py	Tue Sep 07 12:28:36 2010 -0700
@@ -29,7 +29,6 @@
 import optparse, os, os.path, math, sys, time, subprocess
 
 def _fix_pf(arg):
-    print "_fix_pf arg = ", arg
     if os.path.isdir("%s" % arg) and \
         os.path.exists("%s/%s" % (arg,arg)):
         pf = load("%s/%s" % (arg,arg))



More information about the yt-svn mailing list