Skip to content

Commit

Permalink
Remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapawar1 committed Mar 10, 2024
1 parent a7188b2 commit 2b32ded
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/queries/auth.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ export const isEmailUsed = async (email: string) => {
.select(`*`, { count: 'exact' })
.eq('email', email);

console.log(count);
console.log(email);

return count !== 0;
};

Expand Down

0 comments on commit 2b32ded

Please sign in to comment.