remove constant logging

This commit is contained in:
MathMan05 2025-03-15 15:12:54 -05:00
parent 082ec7da8d
commit 05e9d4c986

View file

@ -743,7 +743,7 @@ class MarkDown {
html.childNodes.length == 1 && html.childNodes.length == 1 &&
html.childNodes[0].childNodes.length === 1 && html.childNodes[0].childNodes.length === 1 &&
html.childNodes[0].childNodes[0]; 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 //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])) { if (!box.hasChildNodes() || html.isEqualNode(Array.from(box.childNodes)[0])) {
//console.log("no replace needed"); //console.log("no replace needed");