[GRASS-SVN] r72383 - grass/trunk/gui/wxpython/datacatalog

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 18 11:02:36 PDT 2018


Author: martinl
Date: 2018-03-18 11:02:35 -0700 (Sun, 18 Mar 2018)
New Revision: 72383

Modified:
   grass/trunk/gui/wxpython/datacatalog/tree.py
Log:
wxGUI/datacatalog: remove unused statement

Modified: grass/trunk/gui/wxpython/datacatalog/tree.py
===================================================================
--- grass/trunk/gui/wxpython/datacatalog/tree.py	2018-03-18 17:24:16 UTC (rev 72382)
+++ grass/trunk/gui/wxpython/datacatalog/tree.py	2018-03-18 18:02:35 UTC (rev 72383)
@@ -833,9 +833,6 @@
                 self._giface.lmgr.AddMaps(layerName, 'raster', True)
             else:
                 self._giface.lmgr.AddMaps(layerName, 'raster_3d', True)
-                # generate this message (command) automatically?
-                label = "d.rast --q map=" + string + _(
-                    " -- completed. Go to Layers tab for further operations.")
             self.showNotification.emit(message=label)
             Debug.msg(1, "LAYER " + self.selected_layer.label + " DISPLAYED")
         else:



More information about the grass-commit mailing list