From c49d24d77a0a5a814632a7e06148084d4e61673b Mon Sep 17 00:00:00 2001 From: steveseguin Date: Thu, 13 Apr 2023 02:23:30 -0400 Subject: [PATCH] debug clean up --- lib.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib.js b/lib.js index e4f3e0e..5d095ec 100644 --- a/lib.js +++ b/lib.js @@ -3574,7 +3574,7 @@ function updateMixer(e=false){ return; } updateMixerActive=true; - errorlog("updating mixer"); + log("updating mixer"); //console.log((new Error()).stack); // useful for breakpoints; finding what called updateMixer.