We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95d440a commit 594eb47Copy full SHA for 594eb47
src/ui/components/newDocs/docsDialog.svelte
@@ -65,7 +65,6 @@
65
/<img alt="(.+?)" src="(.+?)">/gm,
66
(match, p1, p2) => `<img alt="${p1}" src="${URL + p2}">`
67
)
68
- console.log(page.content)
69
}
70
71
0 commit comments