From da90b7ff087d7daa87c1e59ce0a090ad8839f1fd Mon Sep 17 00:00:00 2001 From: James Pollack Date: Wed, 9 Sep 2015 09:53:47 -0700 Subject: [PATCH] remove logging around bubble leave entity --- examples/toys/bubblewand/bubble.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/toys/bubblewand/bubble.js b/examples/toys/bubblewand/bubble.js index e5f6d98e28..fe92ea76c8 100644 --- a/examples/toys/bubblewand/bubble.js +++ b/examples/toys/bubblewand/bubble.js @@ -53,7 +53,7 @@ this.leaveEntity = function(entityID) { - print('LEAVE ENTITY:' + entityID) + // print('LEAVE ENTITY:' + entityID) }; this.collisionWithEntity = function(myID, otherID, collision) {