From 0a07c4e56bb927d172ddb113a9d2140e791809f4 Mon Sep 17 00:00:00 2001 From: Ashley Graves Date: Wed, 16 Oct 2024 23:04:25 +0200 Subject: [PATCH] oops that's a debug output --- src/utils/quoter.js | 2 -- 1 file changed, 2 deletions(-) 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";