diff --git a/frontend-js/src/main/js/map/CustomMap.js b/frontend-js/src/main/js/map/CustomMap.js
index ede5274efcdef8c41ac4b8008485cea292744c41..00b962a3c738c98cefdda828ed5a0ee112425039 100644
--- a/frontend-js/src/main/js/map/CustomMap.js
+++ b/frontend-js/src/main/js/map/CustomMap.js
@@ -569,7 +569,6 @@ CustomMap.prototype.openSubmodel = function(id, htmlTag, jsVar) {
 };
 
 CustomMap.prototype.customizeGoogleMapView = function(fitMapBounds, div) {
-  logger.debug(div);
   var mapOptions = this.creatMapOptions(this.getLayouts().length);
   this.setGoogleMap(new google.maps.Map(div, mapOptions));
   this.setupLayouts();