aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gmap_arcgis.js4
1 files changed, 0 insertions, 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);