[GRASS-SVN] r40011 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Dec 15 01:36:53 EST 2009


Author: cmbarton
Date: 2009-12-15 01:36:51 -0500 (Tue, 15 Dec 2009)
New Revision: 40011

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
Log:
Remove debugging code

Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2009-12-15 03:14:12 UTC (rev 40010)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/location_wizard.py	2009-12-15 06:36:51 UTC (rev 40011)
@@ -2100,7 +2100,6 @@
 
         proj4string = '%s +no_defs' % proj4string
         
-        wx.MessageBox(proj4string, 'final proj4 string')
         return proj4string
         
     def Proj4Create(self, proj4string):



More information about the grass-commit mailing list