Sfoglia il codice sorgente

Removed debugging code

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40012 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 15 anni fa
parent
commit
35e5be9995
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      gui/wxpython/gui_modules/location_wizard.py

+ 0 - 1
gui/wxpython/gui_modules/location_wizard.py

@@ -2100,7 +2100,6 @@ class LocationWizard(wx.Object):
 
 
         proj4string = '%s +no_defs' % proj4string
         proj4string = '%s +no_defs' % proj4string
         
         
-        wx.MessageBox(proj4string, 'final proj4 string')
         return proj4string
         return proj4string
         
         
     def Proj4Create(self, proj4string):
     def Proj4Create(self, proj4string):