removed test code

This commit is contained in:
Philipp Schaefer 2013-09-02 21:29:51 +02:00
parent fe632b5ccc
commit 896803bf68

View File

@ -47,8 +47,6 @@ window.plugin.userLocation.setup = function() {
window.plugin.userLocation.updateLocation = function(lat, lng) {
var latlng = new L.LatLng(lat, lng);
var foo = android.getVersionCode();
window.console.log('version code: ' + foo);
window.plugin.userLocation.marker.setLatLng(latlng);
}