Skip to content

Commit d11edfb

Browse files
committed
Remove some debug logging
1 parent b3fc6e4 commit d11edfb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/matrix/net/OidcApi.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ export class OidcApi<N extends object = SegmentType> {
8080
this._urlRouter = urlRouter;
8181
this._staticClients = staticClients;
8282

83-
console.log(staticClients);
84-
console.log(clientId);
85-
8683
if (clientId) {
8784
this._registrationPromise = Promise.resolve({ client_id: clientId });
8885
}

0 commit comments

Comments
 (0)