get rid of some logs

This commit is contained in:
MathMan05 2024-09-05 12:24:47 -05:00
parent 6642cd8980
commit bef783169b
2 changed files with 0 additions and 6 deletions

View file

@ -162,9 +162,7 @@ class MarkDown {
}
}
if (stdsize) {
console.log(build);
build = build.replaceAll("\n", "");
console.log(build, JSON.stringify(build));
}
if (find === count) {
appendcurrent();
@ -407,7 +405,6 @@ class MarkDown {
}
build += char;
}
console.log("checking:" + build);
if (URL.canParse(build)) {
appendcurrent();
const a = document.createElement("a");