--- a/tests/src/util/playgrounds/unique.dev.ts +++ b/tests/src/util/playgrounds/unique.dev.ts @@ -393,7 +393,6 @@ let totalTime = 0; const step = 100; while(!isBlock) { - console.log('Waiting...'); await this.sleep(step); totalTime += step; if(totalTime >= timeout) throw Error('Blocks production failed');