remove a lot more unneeded logging
This commit is contained in:
@@ -61,7 +61,6 @@ class MarkDown{
|
||||
let keepys="";
|
||||
|
||||
if(txt[i+1]==="#"){
|
||||
console.log("test");
|
||||
if(txt[i+2]==="#"){
|
||||
if(txt[i+3]==="#"&&txt[i+4]===" "){
|
||||
element=document.createElement("h3");
|
||||
@@ -108,7 +107,6 @@ class MarkDown{
|
||||
span.append(element);
|
||||
}finally{
|
||||
i-=1;
|
||||
console.log(txt[i]);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user