mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -04:00 
			
		
		
		
	chore: removed debug log (#2137)
This commit is contained in:
		| @@ -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 ""; | ||||||
|       } |       } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user