From 564983fea598be6fcde128934feaf7cac00a1303 Mon Sep 17 00:00:00 2001 From: Emilis Baliukonis Date: Fri, 25 Apr 2025 16:49:13 +0300 Subject: [PATCH] Remove debug log --- src/client.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/client.ts b/src/client.ts index 27c41ef..b87a156 100644 --- a/src/client.ts +++ b/src/client.ts @@ -100,7 +100,6 @@ async function runClient(serverUrl: string, callbackPort: number, headers: Recor // Wait for the authorization code from the callback or another instance const code = await waitForAuthCode() - console.log('~~~ CLIENT - AUTH CODE ~~~', code) try { log('Completing authorization...')