Roo/bootstrap/LocationPicker.js
authorEdward <edward@roojs.com>
Fri, 22 May 2015 06:06:07 +0000 (14:06 +0800)
committerEdward <edward@roojs.com>
Fri, 22 May 2015 06:06:07 +0000 (14:06 +0800)
Roo/bootstrap/LocationPicker.js

index 4c03cb7..cda3df8 100644 (file)
@@ -141,7 +141,6 @@ Roo.extend(Roo.bootstrap.LocationPicker, Roo.bootstrap.Component,  {
         
         google.maps.event.addListener(this.gMapContext.marker, "dragend", function(event) {
             _this.setPosition(_this.gMapContext.marker.position, function(context) {
-                Roo.log(context);
                 var currentLocation = _this.locationFromLatLng(_this.gMapContext.location);
                 context.settings.onchanged.apply(_this.gmapContext.domContainer, [ currentLocation, context.radius, true ]);
 //                updateInputValues(gmapContext.settings.inputBinding, gmapContext);