From 05e9d4c9861548ebe91beab8634c488feed03abc Mon Sep 17 00:00:00 2001 From: MathMan05 Date: Sat, 15 Mar 2025 15:12:54 -0500 Subject: [PATCH] remove constant logging --- src/webpage/markdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webpage/markdown.ts b/src/webpage/markdown.ts index 7593caf..c541dea 100644 --- a/src/webpage/markdown.ts +++ b/src/webpage/markdown.ts @@ -743,7 +743,7 @@ class MarkDown { html.childNodes.length == 1 && html.childNodes[0].childNodes.length === 1 && html.childNodes[0].childNodes[0]; - console.log(box.cloneNode(true), html.cloneNode(true)); + //console.log(box.cloneNode(true), html.cloneNode(true)); //TODO this may be slow, may want to check in on this in the future if it is if (!box.hasChildNodes() || html.isEqualNode(Array.from(box.childNodes)[0])) { //console.log("no replace needed");