From 17d51f34b0aeee4ccc83f1778d4eaf0c8b983210 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