diff --git a/examples/baseball/firework.js b/examples/baseball/firework.js index bc1d0910cf..a78e1595eb 100644 --- a/examples/baseball/firework.js +++ b/examples/baseball/firework.js @@ -136,5 +136,3 @@ playFireworkShow = function(position, numberOfFireworks, duration) { }(randomPosition), Math.random() * duration) } } - -//playFireworkShow(10, 2000);