Remove debug log
This commit is contained in:
parent
5a7fd6fe4d
commit
564983fea5
1 changed files with 0 additions and 1 deletions
|
@ -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...')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue