aboutsummaryrefslogtreecommitdiff
path: root/src/discord.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/discord.ts')
-rw-r--r--src/discord.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/discord.ts b/src/discord.ts
index 41f4c6e..48146b5 100644
--- a/src/discord.ts
+++ b/src/discord.ts
@@ -37,7 +37,6 @@ export async function exchangeCode(redirectUri: string, code: string): Promise<T
'redirect_uri': redirectUri,
'scope': 'identify'
}
- console.log(new URLSearchParams(data).toString())
const fetchResponse = await fetch(
API_ENDPOINT + '/oauth2/token',
{