Selaa lähdekoodia

wxGUI/toolboxes: removing unintentionally committed debug line from https://trac.osgeo.org/grass/changeset/57815

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@57840 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 11 vuotta sitten
vanhempi
commit
45757819f9
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      gui/wxpython/tools/build_modules_xml.py

+ 0 - 1
gui/wxpython/tools/build_modules_xml.py

@@ -73,7 +73,6 @@ def get_module_metadata(name):
     >>> get_module_metadata('m.proj')
     >>> get_module_metadata('m.proj')
     ('Converts coordinates from one projection to another (cs2cs frontend).', ['miscellaneous', 'projection'])
     ('Converts coordinates from one projection to another (cs2cs frontend).', ['miscellaneous', 'projection'])
     """
     """
-    task = gtask.parse_interface(name)
     try:
     try:
         task = gtask.parse_interface(name)
         task = gtask.parse_interface(name)
     except:
     except: