remove constant logging
This commit is contained in:
parent
082ec7da8d
commit
05e9d4c986
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue