Skip to content

Commit

Permalink
chore: Remove debug console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
n4bb12 committed Feb 5, 2022
1 parent e25f0f3 commit 79c34e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/server/github/AuthProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export class GitHubAuthProvider implements AuthProvider {
}

getLoginUrl(callbackUrl: string) {
console.log(JSON.stringify(this.config, null, 2))
const queryParams = stringify({
client_id: this.config.clientId,
redirect_uri: callbackUrl,
Expand Down

0 comments on commit 79c34e2

Please sign in to comment.