[GRASS-SVN] r48252 - grass/trunk/scripts/m.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Sep 12 13:59:33 EDT 2011


Author: glynn
Date: 2011-09-12 10:59:33 -0700 (Mon, 12 Sep 2011)
New Revision: 48252

Modified:
   grass/trunk/scripts/m.proj/m.proj.py
Log:
Remove debug "print"s


Modified: grass/trunk/scripts/m.proj/m.proj.py
===================================================================
--- grass/trunk/scripts/m.proj/m.proj.py	2011-09-12 17:57:54 UTC (rev 48251)
+++ grass/trunk/scripts/m.proj/m.proj.py	2011-09-12 17:59:33 UTC (rev 48252)
@@ -271,9 +271,7 @@
 	if include_header:
 	    outf.write("input_x%sinput_y%sx%sy%sz\n" % (ofs, ofs, ofs, ofs))
 	for line in p.stdout:
-            print line
             inXYZ, x, rest = line.split('\t')
-            print inXYZ
             inX, inY = inXYZ.split(' ')[:2]
 	    y, z = rest.split(' ', 1)
 	    outf.write('%s%s%s%s%s%s%s%s%s\n' % \



More information about the grass-commit mailing list