diff --git a/debug/index.js b/debug/index.js index 727e2c4..9bc0e67 100644 --- a/debug/index.js +++ b/debug/index.js @@ -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); }); });