remove debug

This commit is contained in:
Philip Rosedale 2015-07-16 23:32:40 -07:00
parent cf9365e616
commit 5c29eb97ef

View file

@ -117,7 +117,6 @@ function updateBirds(deltaTime) {
Entities.editEntity(birds[i].entityId, { dimensions: { x: BIRD_SIZE, y: BIRD_SIZE, z: BIRD_SIZE }});
birds[i].audioId = false;
numPlaying--;
print("num playing" + numPlaying);
}
}