diff --git a/src/utils/quoter.js b/src/utils/quoter.js index dec7b99..5156c50 100644 --- a/src/utils/quoter.js +++ b/src/utils/quoter.js @@ -89,8 +89,6 @@ module.exports = { const quoteY = cardHeight / 2 - 10; wrapText(ctx, `"${quote}"`, quoteX, quoteY, quoteWidth, 20, preparingSentence, lines); - console.log("lines: " + lines.length); - const wrappedTextHeight = lines.length * 25; ctx.font = "bold 16px Twitter Color Emoji";