Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
razvantomegea committed Nov 28, 2023
1 parent b597260 commit db739a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/logout.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ export async function logout(
const providerType = getProviderType(provider);
const isWalletProvider = providerType === LoginMethodsEnum.wallet;

console.log({ providerType, isLoggedIn });

if (shouldAttemptRelogin && provider?.relogin != null) {
return await provider.relogin();
}
Expand Down

0 comments on commit db739a3

Please sign in to comment.