浏览代码

Removed debugging code

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@40012 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 15 年之前
父节点
当前提交
35e5be9995
共有 1 个文件被更改,包括 0 次插入1 次删除
  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
         
-        wx.MessageBox(proj4string, 'final proj4 string')
         return proj4string
         
     def Proj4Create(self, proj4string):