Skip to content

Commit 594eb47

Browse files
committed
Remove console.log
1 parent 95d440a commit 594eb47

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ui/components/newDocs/docsDialog.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
/<img alt="(.+?)" src="(.+?)">/gm,
6666
(match, p1, p2) => `<img alt="${p1}" src="${URL + p2}">`
6767
)
68-
console.log(page.content)
6968
}
7069
}
7170

0 commit comments

Comments
 (0)