瀏覽代碼

remove print statement

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34605 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 16 年之前
父節點
當前提交
f6e6f7d01a
共有 1 個文件被更改,包括 1 次插入3 次删除
  1. 1 3
      gui/wxpython/gui_modules/gselect.py

+ 1 - 3
gui/wxpython/gui_modules/gselect.py

@@ -325,9 +325,7 @@ class VectorDBInfo:
                                          "-g", "--q",
                                          "map=%s" % self.map],
                                     rerr=None, stderr=None)
-        print ["v.db.connect",
-                "-g", "--q",
-                "map=%s" % self.map]
+        
         if layerCommand.returncode != 0:
             return False