Skip to content

Commit 37f634d

Browse files
committed
rm console.log
1 parent 25f721a commit 37f634d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/lib/oauth-state-machine.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ export const oauthTransitions: Record<OAuthStep, StateTransition> = {
100100
// DCR failed, fallback to preregistered client
101101
fullInformation = await context.provider.clientInformation();
102102
if (!fullInformation) {
103-
console.error("Neither dynamic client registration or preregistered client information was found");
104103
throw dcrError;
105104
}
106105
}

0 commit comments

Comments
 (0)