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(); };