remove console log

This commit is contained in:
2020-11-11 22:18:12 +01:00
parent f5dac4bf70
commit 29a584f6b9

View File

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