Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Oct 13, 2024
1 parent ebdcebf commit 4e92603
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/api/src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ export const fetchAuthToken = (
form.append("redirect_uri", `${baseUrl}/oauth/callback`);
form.append("code", code);

console.log("formdata:", form.toString());

return fetch("https://discord.com/api/oauth2/token", {
method: "POST",
body: form.toString(),
Expand Down

0 comments on commit 4e92603

Please sign in to comment.