Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
colfax23 committed Jun 26, 2024
1 parent b003cf8 commit 99e80d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routes/claims.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,6 @@ claimsRouter.post('/', jwtWithAddress(), async function (req, res) {
return res.status(400).send({ issues: schemaResult.error.issues });
}

console.log('mint attempt');
console.log(req.user);

const { address, email, github } = getAccessTokenPayloadWithAddress(req.user);
const { claimIds } = schemaResult.data;

Expand Down

0 comments on commit 99e80d5

Please sign in to comment.