Skip to content

Commit

Permalink
fix(app-admin-auth0): remove confusing log message
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel910 committed Oct 8, 2024
1 parent 4fffeb9 commit bb60694
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/app-admin-auth0/src/createAuthentication.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ export const createAuthentication = ({

validatePermissions(permissions);
} catch (err) {
console.log("ERROR", err);
if (typeof onError === "function") {
onError(err);
} else {
Expand Down

0 comments on commit bb60694

Please sign in to comment.