1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Remove log statement

This commit is contained in:
Andrew Kingston 2020-12-07 15:59:37 +00:00
parent 6d6b89b522
commit 4ddc61faa3

View file

@ -24,8 +24,6 @@
let routes = {}
let tab = $params.assetType
$: console.log("selected", $selectedComponent)
function navigate({ detail }) {
if (!detail) return
$goto(`./${detail.heading.key}`)