From 36313db5d3b8ce30477d6f58177cd85975c7a068 Mon Sep 17 00:00:00 2001 From: CatAClock Date: Thu, 22 May 2025 16:21:20 -0700 Subject: [PATCH] forgot to remove that --- JS/expanded.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/JS/expanded.js b/JS/expanded.js index 931b266..f6686ac 100644 --- a/JS/expanded.js +++ b/JS/expanded.js @@ -117,9 +117,6 @@ async function GetPost() { } // Text. This will be modified later. var Text = post.post.record.text; - console.log(Text); - var TestText = Text.replace(/\r?\n|\r/g, ""); - console.log(TestText); // Check for facets. Facets are things that change what the text does or looks like. if (post.post.record.hasOwnProperty("facets")) { for (let i of post.post.record.facets) {