Skip to main content

Remove an unnecessary logging line

ID
08fd9df
date
2025-01-26 10:58:28+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
398f615
message
Remove an unnecessary logging line
changed files
1 file, 2 deletions

Changed files

static/app.js (10243 → 10218)

diff --git a/static/app.js b/static/app.js
index 1a4013e..7529507 100644
--- a/static/app.js
+++ b/static/app.js
@@ -350,8 +350,6 @@ function drawLinesOfText({ ctx, width, lines, separator, maxLines, lineStart, li
     lines[maxLines - 1] += '…';
   }
   
-  console.log(lines);
-  
   // Got through and add the lines of text we're drawing.  Depending
   // on the separator, we may need to add a hyphen or similar to
   // indicate line continuation.