From 5860343f70574b73bcff4982a6b0b35a561d4e8a Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Tue, 10 Oct 2023 17:01:28 +0200 Subject: [PATCH] remove logs --- bin/web/js/audio.js | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/web/js/audio.js b/bin/web/js/audio.js index cb58974..57cdec0 100644 --- a/bin/web/js/audio.js +++ b/bin/web/js/audio.js @@ -950,7 +950,6 @@ const Audio = function(tp, record) { inputElement.dispatchEvent(new Event('change')); } } - console.log(p, clone(record.getHot())); record.addValue(p.id, p.title, p.value, position); if (p.title.indexOf('color') === 0) { if (!config.audio.colorSeparateRGBA || p.title === 'color.a') {