Forráskód Böngészése

wxGUI: remove print statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@47167 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 14 éve
szülő
commit
88d73af310
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      gui/wxpython/gui_modules/ghelp.py

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

@@ -822,7 +822,6 @@ class InstallExtensionWindow(wx.Frame):
                 desc = f.get('description', '')
             if not name and not desc:
                 continue
-            print name
             if name in ('l', 'f', 'g', 'quiet', 'verbose'):
                 continue
             self.options[name] = wx.CheckBox(parent = self.panel, id = wx.ID_ANY,