Roo/bootstrap/LocationPicker.js
authorEdward <edward@roojs.com>
Thu, 27 Aug 2015 03:19:56 +0000 (11:19 +0800)
committerEdward <edward@roojs.com>
Thu, 27 Aug 2015 03:19:56 +0000 (11:19 +0800)
Roo/bootstrap/LocationPicker.js

index f9cbf62..19205bb 100644 (file)
@@ -156,12 +156,7 @@ Roo.extend(Roo.bootstrap.LocationPicker, Roo.bootstrap.Component,  {
             _this.setPosition(_this.gMapContext.marker.position);
         });
         
-        this.OverlayView = new Roo.bootstrap.LocationPicker.OverlayView(this.gMapContext.map);
-        
-        Roo.log(this.OverlayView);
-        
         google.maps.event.addListener(this.gMapContext.map, 'click', function(event){
-            Roo.log(_this.fromLatLngToContainerPixel(event));
             _this.fireEvent('mapClick', this, event);
             
         });