Remove old comment in firework.js

This commit is contained in:
Ryan Huffman 2015-11-30 16:00:15 -08:00 committed by Stephen Birarda
parent 0ed249f0e7
commit 6fe370c4ef

View file

@ -136,5 +136,3 @@ playFireworkShow = function(position, numberOfFireworks, duration) {
}(randomPosition), Math.random() * duration)
}
}
//playFireworkShow(10, 2000);