remove debug console message

This commit is contained in:
Vladimir Mandic 2023-01-04 16:07:16 -05:00 committed by GitHub
parent 9ab0991f4d
commit 31dc797583
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,6 @@ const _monitorProgress = (bb, oncheck = null) => {
let busy = false let busy = false
const generating = (val) => { const generating = (val) => {
console.log('GENERATING', val)
busy = val busy = val
if (busy) { if (busy) {
window.onbeforeunload = async () => { await sendInterrupt(); }; window.onbeforeunload = async () => { await sendInterrupt(); };