From 31dc797583b067e796fadae22936dda0d1a73dda Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Wed, 4 Jan 2023 16:07:16 -0500 Subject: [PATCH] remove debug console message --- js/ui/tool/dream.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/ui/tool/dream.js b/js/ui/tool/dream.js index 4649404..b3453c6 100644 --- a/js/ui/tool/dream.js +++ b/js/ui/tool/dream.js @@ -77,7 +77,6 @@ const _monitorProgress = (bb, oncheck = null) => { let busy = false const generating = (val) => { - console.log('GENERATING', val) busy = val if (busy) { window.onbeforeunload = async () => { await sendInterrupt(); };