Skip to content

Commit

Permalink
fix: remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
patricio0312rev committed Oct 3, 2023
1 parent fc098bb commit d5ba5e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/js/Hooks/useAuth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export const useAuth = ({ mustBeSigned = false }: Properties = {}): App.Data.Aut
return metamaskErrorMessage !== undefined;
};
const showCloseButton = allowsGuests || requiresSignature;
console.log({ showCloseButton, allowsGuests, requiresSignature });

return {
authenticated,
Expand Down

0 comments on commit d5ba5e4

Please sign in to comment.