[GRASS-SVN] r56174 - grass/branches/develbranch_6/gui/wxpython/location_wizard

svn_grass at osgeo.org svn_grass at osgeo.org
Thu May 9 05:53:27 PDT 2013


Author: hamish
Date: 2013-05-09 05:53:27 -0700 (Thu, 09 May 2013)
New Revision: 56174

Modified:
   grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py
Log:
rm debug str

Modified: grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py	2013-05-09 12:50:56 UTC (rev 56173)
+++ grass/branches/develbranch_6/gui/wxpython/location_wizard/wizard.py	2013-05-09 12:53:27 UTC (rev 56174)
@@ -1502,7 +1502,6 @@
 
             # check for datum tranforms
             # FIXME: -t flag is a hack-around for trac bug #1849
-            print "...here3 [%s]\n" % self.customstring
             ret, out, err = RunCommand('g.proj',
                                        read = True, getErrorMsg = True,
                                        proj4 = self.customstring, 



More information about the grass-commit mailing list