get rid of some logs
This commit is contained in:
parent
6642cd8980
commit
bef783169b
2 changed files with 0 additions and 6 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue