Forráskód Böngészése

wxGUI: remove extra print statements

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@48078 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 13 éve
szülő
commit
bb21decb03

+ 0 - 2
gui/wxpython/gui_modules/mapdisp_vdigit.py

@@ -928,8 +928,6 @@ class VDigitWindow(BufferedWindow):
                 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:

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

@@ -1039,7 +1039,6 @@ class IVDigit:
                         
                         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