Remove debug log

This commit is contained in:
Emilis Baliukonis 2025-04-25 16:49:13 +03:00
parent 5a7fd6fe4d
commit 564983fea5

View file

@ -100,7 +100,6 @@ async function runClient(serverUrl: string, callbackPort: number, headers: Recor
// Wait for the authorization code from the callback or another instance // Wait for the authorization code from the callback or another instance
const code = await waitForAuthCode() const code = await waitForAuthCode()
console.log('~~~ CLIENT - AUTH CODE ~~~', code)
try { try {
log('Completing authorization...') log('Completing authorization...')