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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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