[GRASS-SVN] r48079 -
grass/branches/develbranch_6/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Sep 2 16:12:30 EDT 2011
Author: martinl
Date: 2011-09-02 13:12:30 -0700 (Fri, 02 Sep 2011)
New Revision: 48079
Modified:
grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp_vdigit.py
grass/branches/develbranch_6/gui/wxpython/gui_modules/wxvdigit.py
Log:
wxGUI: remove extra print statements
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp_vdigit.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp_vdigit.py 2011-09-02 20:08:40 UTC (rev 48078)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/mapdisp_vdigit.py 2011-09-02 20:12:30 UTC (rev 48079)
@@ -928,8 +928,6 @@
return
self._geomAttrbUpdate([fid,])
elif action in ("copyCats", "copyAttrs"):
- print self.copyCatsList
- print self.copyCatsIds
if action == 'copyCats':
if self.digit.CopyCats(self.copyCatsList,
self.copyCatsIds, copyAttrb = False) < 0:
Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/wxvdigit.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/wxvdigit.py 2011-09-02 20:08:40 UTC (rev 48078)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/wxvdigit.py 2011-09-02 20:12:30 UTC (rev 48079)
@@ -1032,7 +1032,6 @@
sql += ")"
db_set_string(byref(stmt), sql)
- print db_get_string(byref(stmt))
if db_execute_immediate(driver, byref(stmt)) != DB_OK:
db_close_database_shutdown_driver(driver)
return -1
More information about the grass-commit
mailing list