mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-09 03:04:54 -04:00
chore: removed debug log (#2137)
This commit is contained in:
parent
6a5f9d7f6b
commit
53fe5921d2
@ -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 "";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user