From 1332b8bef699400431228c93edfbe43425599db0 Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Thu, 8 Oct 2015 17:58:58 -0700 Subject: [PATCH] remove logging --- examples/toys/ping_pong_gun/wallTarget.js | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/toys/ping_pong_gun/wallTarget.js b/examples/toys/ping_pong_gun/wallTarget.js index 15b1b55362..26e8d320a8 100644 --- a/examples/toys/ping_pong_gun/wallTarget.js +++ b/examples/toys/ping_pong_gun/wallTarget.js @@ -39,7 +39,6 @@ }); if (this.hasPlayedSound === false) { - print('PLAY SOUND!!!') this.audioInjector = Audio.playSound(this.hitSound, { position: position, volume: 0.5