Skip to content
This repository was archived by the owner on Dec 13, 2021. It is now read-only.

Commit ef9de58

Browse files
authored
Remove logging
1 parent f7c0cc3 commit ef9de58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Comment.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ function renderComment (frontmatter) {
8282
if (el.startsWith('#')) {
8383
el = el.slice(1)
8484
}
85-
console.log(el)
85+
// console.log(el)
8686
return provider.valine.render(frontmatter, el)
8787
default: return false
8888
}
8989
}
90-
</script>
90+
</script>

0 commit comments

Comments
 (0)