Skip to content

Commit 55b3697

Browse files
committed
[#225] Remove console logging
1 parent 0594c2d commit 55b3697

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/OidcUtils.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,5 @@ export const getOidcIdentityStorageKey = () => {
7474
};
7575

7676
export function isUsingOidcAuth() {
77-
console.log(AUTHENTICATION);
7877
return AUTHENTICATION === "oidc";
7978
}

0 commit comments

Comments
 (0)