Skip to content

Commit

Permalink
chore: remove debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pociej committed May 14, 2024
2 parents e463638 + 7097c08 commit 31370fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loginWithCrypto/src/fastify/routes/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const login: RouteOptions = {
signature,
});

console.log("walletAddress", walletAddress);
const user = await userService.findByWalletAddress(walletAddress);

if (!user) {
Expand Down

0 comments on commit 31370fd

Please sign in to comment.