浏览代码

remove print statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35476 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父节点
当前提交
ddd13648ff
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      gui/wxpython/gui_modules/menuform.py

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

@@ -1580,7 +1580,6 @@ class cmdPanel(wx.Panel):
             
             elif name == 'ColumnSelect':
                 if not columns:
-                    print 'c'
                     pLayer = self.task.get_param('layer', element='element', raiseError=False)
                     if pLayer:
                         if pLayer.get('value', '') != '':