jotdown_wasm: rm debug print

This commit is contained in:
Noah Hellman 2023-03-26 16:20:00 +02:00
parent 8893281310
commit d175ab4f47

View file

@ -10,7 +10,6 @@
function render() {
let html = jotdown_render(input.innerText);
console.log(fmt.value);
if (fmt.value == "html") {
output.classList.add("verbatim")
output.innerText = html;