remove debug console message
This commit is contained in:
parent
9ab0991f4d
commit
31dc797583
1 changed files with 0 additions and 1 deletions
|
@ -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(); };
|
||||
|
|
Loading…
Reference in a new issue