Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoko committed Mar 1, 2021
1 parent bfb6671 commit fc5b018
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = () => {
Expand Down

0 comments on commit fc5b018

Please sign in to comment.