From e598c02b13581c72ace928818bfbf87014ec7ebd Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Mon, 31 Oct 2022 11:26:18 +0000 Subject: [PATCH] Remove console.log --- --- 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'); -- gitstuff