mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-08-04 13:05:21 +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() {
|
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…
Add table
Add a link
Reference in a new issue