Skip to content

Commit

Permalink
chore: remove console.log from createSvg function
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Nov 6, 2024
1 parent ba19bc1 commit 85e6709
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/express/routes/api/v1/users/[user_id]/createSvg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,8 +445,6 @@ async function createSvg(userData: UserData, options: CreateSvgOptions = {}) {
</svg>
`;

console.log(svgCard);

return svgCard;
}

Expand Down

0 comments on commit 85e6709

Please sign in to comment.