Roo/bootstrap/LocationPicker.js
authoredward <edward@roojs.com>
Tue, 13 Oct 2015 09:31:26 +0000 (17:31 +0800)
committeredward <edward@roojs.com>
Tue, 13 Oct 2015 09:31:26 +0000 (17:31 +0800)
Roo/bootstrap/LocationPicker.js

index 606de77..dfa41d8 100644 (file)
@@ -266,7 +266,6 @@ Roo.extend(Roo.bootstrap.LocationPicker, Roo.bootstrap.Component,  {
     GMapContext: function() 
     {
         var _map = new google.maps.Map(this.el.dom, this);
-        Roo.log(new google.maps.LatLng(this.latitude, this.longitude));
         var _marker = new google.maps.Marker({
             position: new google.maps.LatLng(this.latitude, this.longitude),
             map: _map,