difftreelog
Remove console.log
in: master
1 file changed
tests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth393 let totalTime = 0;393 let totalTime = 0;394 const step = 100;394 const step = 100;395 while(!isBlock) {395 while(!isBlock) {396 console.log('Waiting...');397 await this.sleep(step);396 await this.sleep(step);398 totalTime += step;397 totalTime += step;399 if(totalTime >= timeout) throw Error('Blocks production failed');398 if(totalTime >= timeout) throw Error('Blocks production failed');