From be8210703b90c0d42378a219346a82149b35f972 Mon Sep 17 00:00:00 2001 From: Silvio Date: Mon, 29 Jul 2013 17:27:03 -0300 Subject: Minor cleanup --- gmap_arcgis.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/gmap_arcgis.js b/gmap_arcgis.js index 3e57798..c03778d 100644 --- a/gmap_arcgis.js +++ b/gmap_arcgis.js @@ -40,7 +40,6 @@ function gmapArcgis(config) { // UI blocker wrapper blockUI: function(params) { - console.log(window.ui); if (window.ui == undefined || window.ui == 'unblocked') { jQuery.blockUI(params); window.ui = 'blocked'; @@ -390,9 +389,6 @@ function gmapArcgis(config) { this.config['layers'][element].overlay[i].setVisible(changeTo); } } - else { - console.log(this.config['layers'][element].overlay); - } if (this.config['layers'][element].identifyListener != undefined) { google.maps.event.removeListener(this.config['layers'][element].identifyListener); -- cgit v1.2.3