forgot to remove that

This commit is contained in:
CatAClock 2025-05-22 16:21:20 -07:00
parent 495c1886f0
commit 36313db5d3

View file

@ -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) {