Navigation Menu

Skip to content

Commit

Permalink
Removed console logs from debug demo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbhowell committed Sep 11, 2012
1 parent 68cbeb2 commit 401bd37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debug/index.js
Expand Up @@ -27,8 +27,7 @@

},
function() {
console.log('out');
p.animate({opacity: 0}, 1000, function() {map.removeLayer(p); console.log('done') });
p.animate({opacity: 0}, 1000, function() { map.removeLayer(p); });

});

Expand Down

0 comments on commit 401bd37

Please sign in to comment.