chore: removed debug log (#2137)

This commit is contained in:
Michael Genson
2023-02-19 18:41:05 -06:00
committed by GitHub
parent 6a5f9d7f6b
commit 53fe5921d2

View File

@@ -20,7 +20,6 @@ export default defineComponent({
}, },
setup() { setup() {
function sanitizeMarkdown(rawHtml: string | null | undefined): string { function sanitizeMarkdown(rawHtml: string | null | undefined): string {
console.log(rawHtml)
if (!rawHtml) { if (!rawHtml) {
return ""; return "";
} }