浏览代码

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])