Remove console logs
This commit is contained in:
parent
e2eefe3287
commit
211bb5a65a
@ -61,9 +61,6 @@
|
||||
|
||||
newHtml = converter.makeHtml(mdData);
|
||||
|
||||
console.log(newHtml);
|
||||
console.log(divElem);
|
||||
|
||||
divElem.className = "markdown-body";
|
||||
divElem.innerHTML = converter.makeHtml(mdData);
|
||||
|
||||
@ -72,9 +69,6 @@
|
||||
|
||||
});
|
||||
|
||||
console.log(this.wp);
|
||||
console.log(this.attributes);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user