Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
guyutongxue committed Jan 22, 2025
1 parent 5a1d3f3 commit 525ecc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/v2/deck_image.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export default async function handler(req, res) {
}
cards.push(card);
}
console.log({ Y_PADDING, X_CARD_PADDING, X_CHARACTER_PADDING });
const image = sharp({
create: {
width: WIDTH,
Expand Down

0 comments on commit 525ecc2

Please sign in to comment.