remove debug

This commit is contained in:
Philip Rosedale 2015-01-25 21:51:12 -08:00
parent 901044fc53
commit 67632fa589

View file

@ -304,8 +304,6 @@ function makePlatform(gravity, scale, size) {
}
function entityCollisionWithEntity(entity1, entity2, collision) {
cTime = new Date().getTime();
//print("Collision at " + cTime);
if (((entity1.id == bulletID.id) || (entity1.id == targetID.id)) &&
((entity2.id == bulletID.id) || (entity2.id == targetID.id))) {
score++;