From 78f4f94714cf370f2fcf16f0963401a77c4341fd Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Thu, 13 Oct 2022 09:18:04 +0000 Subject: [PATCH] fix: remove unneeded log --- --- a/tests/src/util/playgrounds/unique.ts +++ b/tests/src/util/playgrounds/unique.ts @@ -426,7 +426,6 @@ api: ApiPromise; network: TNetworks; }> { - console.log('createConnection network = ', network); if(typeof network === 'undefined' || network === null) network = 'opal'; const supportedRPC = { opal: { -- gitstuff