remove console log

This commit is contained in:
cupcakearmy 2020-11-11 22:18:12 +01:00
parent f5dac4bf70
commit 29a584f6b9
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9

View File

@ -26,7 +26,6 @@
export let content
onMount(() => {
console.log('Highlight')
hljs.initHighlighting()
})
</script>