git.delta.rocks / unique-network / refs/commits / 17d51f34b0ae

difftreelog

Remove console.log

Max Andreev2022-10-31parent: #9be8cdd.patch.diff
in: master

1 file changed

modifiedtests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth
393 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');