Pārlūkot izejas kodu

Remove debug "print"s

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48252 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 13 gadi atpakaļ
vecāks
revīzija
81c3767e48
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      scripts/m.proj/m.proj.py

+ 0 - 2
scripts/m.proj/m.proj.py

@@ -271,9 +271,7 @@ def main():
 	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' % \