mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
chore: removed debug log (#2137)
This commit is contained in:
parent
6a5f9d7f6b
commit
53fe5921d2
1 changed files with 0 additions and 1 deletions
|
@ -20,7 +20,6 @@ export default defineComponent({
|
|||
},
|
||||
setup() {
|
||||
function sanitizeMarkdown(rawHtml: string | null | undefined): string {
|
||||
console.log(rawHtml)
|
||||
if (!rawHtml) {
|
||||
return "";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue