From 0b4b91c90f0eb6f210a53f45fa6e0fa40ae83b15 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 19 Aug 2003 02:27:08 +0000 Subject: [PATCH] Unraise the verbosity level. --- src/Prep/TerraFit/terrafit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Prep/TerraFit/terrafit.py b/src/Prep/TerraFit/terrafit.py index fc51ea5e..2883d27c 100755 --- a/src/Prep/TerraFit/terrafit.py +++ b/src/Prep/TerraFit/terrafit.py @@ -45,7 +45,7 @@ def run_terra(thresh, minnodes, count, factor, objName, pgmName): r,w,e = os.popen3(command) for line in e.readlines(): line = line.lstrip() - print line + # print line if line.startswith("points="): line = line.split()[0] npts = string.atof(line[len("points="):])