From 730c43cd5b3f638aae178288baaf15dc3e26205b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 21 Feb 2017 19:18:44 +0100 Subject: [PATCH] remove debugging log --- nanofun.js | 1 - 1 file changed, 1 deletion(-) diff --git a/nanofun.js b/nanofun.js index 3fd313d..2a2a5df 100644 --- a/nanofun.js +++ b/nanofun.js @@ -390,7 +390,6 @@ var nanofun = function() { sample.connect(gainNode); sample.buffer = sample_buffer; sample.onended = function() { - console.log('ended'); $(nanotouch).removeClass('playing'); self.samples[sample_idx] = undefined; } -- 2.39.2