From 5c29eb97efda45c0f81cdba65df6934f627cd8f6 Mon Sep 17 00:00:00 2001 From: Philip Rosedale Date: Thu, 16 Jul 2015 23:32:40 -0700 Subject: [PATCH] remove debug --- examples/FlockOfbirds.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/FlockOfbirds.js b/examples/FlockOfbirds.js index a3ecd77311..e15f6764a0 100644 --- a/examples/FlockOfbirds.js +++ b/examples/FlockOfbirds.js @@ -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); } }