From bd09cf81096d7f8cc3d5d93f3d829f9fb586df74 Mon Sep 17 00:00:00 2001 From: tiagosiebler Date: Fri, 16 Sep 2022 00:47:16 +0100 Subject: [PATCH] mute excessive logs --- test/spot/ws.public.v1.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spot/ws.public.v1.test.ts b/test/spot/ws.public.v1.test.ts index 97d24bf..a17a32c 100644 --- a/test/spot/ws.public.v1.test.ts +++ b/test/spot/ws.public.v1.test.ts @@ -21,7 +21,7 @@ describe('Public Spot V1 Websocket Client', () => { beforeAll(() => { wsClient = new WebsocketClient(wsClientOptions, silentLogger); wsClient.connectPublic(); - logAllEvents(wsClient); + // logAllEvents(wsClient); }); afterAll(() => {