From fc5b0182f161b93adc01bba8ebd4db94d5cdfe62 Mon Sep 17 00:00:00 2001 From: dhoko Date: Mon, 1 Mar 2021 16:41:42 +0100 Subject: [PATCH] remove log --- src/lib/connection.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/connection.ts b/src/lib/connection.ts index 14a0dd3..fa43f19 100644 --- a/src/lib/connection.ts +++ b/src/lib/connection.ts @@ -87,7 +87,6 @@ export function connect(userAuth?: RequiredAuth, agent?: WebSocket.ClientOptions : await buildAuth({ agent }); const options = buildWSOptions(auth, agent); - consola.debug(options); const server = new WebSocket(env.endpoint, options); server.onopen = () => {