Roo/bootstrap/LocationPicker.js
authorEdward <edward@roojs.com>
Thu, 28 May 2015 05:36:44 +0000 (13:36 +0800)
committerEdward <edward@roojs.com>
Thu, 28 May 2015 05:36:44 +0000 (13:36 +0800)
Roo/bootstrap/LocationPicker.js

index 5203412..1ce25cd 100644 (file)
@@ -213,7 +213,7 @@ Roo.extend(Roo.bootstrap.LocationPicker, Roo.bootstrap.Component,  {
             this.gMapContext.geodecoder.geocode({
                 latLng: this.gMapContext.location
             }, function(results, status) {
-                Roo.log(results);
+                
                 if (status == google.maps.GeocoderStatus.OK && results.length > 0) {
                     _this.gMapContext.locationName = results[0].formatted_address;
                     _this.gMapContext.addressComponents = _this.address_component_from_google_geocode(results[0].address_components);