[GRASS-SVN] r35870 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Feb 14 07:09:50 EST 2009


Author: martinl
Date: 2009-02-14 07:09:50 -0500 (Sat, 14 Feb 2009)
New Revision: 35870

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: remove print statement
       (merge from trunk, r35869)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py	2009-02-14 11:52:27 UTC (rev 35869)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/gdialogs.py	2009-02-14 12:09:50 UTC (rev 35870)
@@ -172,7 +172,6 @@
             overwrite = True
         
         try:
-            print cmd
             gcmd.RunCommand(prog = cmd[0],
                             overwrite = overwrite,
                             **cmd[1])



More information about the grass-commit mailing list