Removed blank lines
Removed Weight from the Node Models
Removed console.log
Added new device and region icons

Change-Id: I3203bd5a3acf371088af0a71fc40b182c95e0b7b
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2MapDialog.js b/web/gui/src/main/webapp/app/view/topo2/topo2MapDialog.js
index 85b67b6..cf93883 100644
--- a/web/gui/src/main/webapp/app/view/topo2/topo2MapDialog.js
+++ b/web/gui/src/main/webapp/app/view/topo2/topo2MapDialog.js
@@ -14,10 +14,11 @@
  * limitations under the License.
  */
 
-/*
- ONOS GUI -- Topology Force Module.
- Visualization of the topology in an SVG layer, using a D3 Force Layout.
- */
+ /*
+  ONOS GUI -- Topology Map Dialog
+  Display of the dialog window to select a background map for the current topology view
+  NOTE: This will be deprecated in the future
+  */
 
 (function () {
     'use strict';