[GRASS-SVN] r72384 - grass/branches/releasebranch_7_4/gui/wxpython/datacatalog

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Mar 18 12:55:51 PDT 2018


Author: martinl
Date: 2018-03-18 12:55:51 -0700 (Sun, 18 Mar 2018)
New Revision: 72384

Modified:
   grass/branches/releasebranch_7_4/gui/wxpython/datacatalog/tree.py
Log:
wxGUI/datacatalog: remove unused statement (merge r72383 from trunk)

Modified: grass/branches/releasebranch_7_4/gui/wxpython/datacatalog/tree.py
===================================================================
--- grass/branches/releasebranch_7_4/gui/wxpython/datacatalog/tree.py	2018-03-18 18:02:35 UTC (rev 72383)
+++ grass/branches/releasebranch_7_4/gui/wxpython/datacatalog/tree.py	2018-03-18 19:55:51 UTC (rev 72384)
@@ -815,9 +815,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