From 110e137f1f6a56f93e4edb57bfbdffc1384f78dc Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 11 Sep 2016 16:01:12 -0400 Subject: working --- js/vendor/StartAudioContext.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'js') diff --git a/js/vendor/StartAudioContext.js b/js/vendor/StartAudioContext.js index 1823b04..0b2883f 100644 --- a/js/vendor/StartAudioContext.js +++ b/js/vendor/StartAudioContext.js @@ -78,7 +78,6 @@ StartAudioContext.onStarted = function(cb){ //if it's already started, invoke the callback if (StartAudioContext.isStarted()){ - console.log("is started") cb(); } else { StartAudioContext._onStarted.push(cb); @@ -148,7 +147,6 @@ * event has been triggered. */ function onTap(){ - //start the audio context with a silent oscillator if (StartAudioContext.context && !StartAudioContext.isStarted()){ var osc = StartAudioContext.context.createOscillator(); -- cgit v1.2.3-70-g09d2