Переглянути джерело

wxGUI: remove print statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35869 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 роки тому
батько
коміт
7a1b1bbf9a
1 змінених файлів з 0 додано та 1 видалено
  1. 0 1
      gui/wxpython/gui_modules/gdialogs.py

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

@@ -172,7 +172,6 @@ def CreateNewVector(parent, cmd, title=_('Create new vector map'),
             overwrite = True
         
         try:
-            print cmd
             gcmd.RunCommand(prog = cmd[0],
                             overwrite = overwrite,
                             **cmd[1])