Skip to content

Commit

Permalink
Removed console call.
Browse files Browse the repository at this point in the history
  • Loading branch information
tooxie committed Sep 16, 2011
1 parent 78ab09b commit 695284a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geolocation/js/usr/base.js
Expand Up @@ -45,7 +45,6 @@ function offline() {
function render() {
// Put custom widgets here.
var coords = retrieve('position')['coords'];
console.info(coords);
window.map = lib.map({
latitude: coords.latitude,
longitude: coords.longitude
Expand Down

0 comments on commit 695284a

Please sign in to comment.