1
0
Fork 0
mirror of synced 2024-07-01 20:41:03 +12:00

Remove log statement

This commit is contained in:
Andrew Kingston 2020-12-07 15:59:37 +00:00
parent 743dc950cd
commit a3dd9f1978

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}`)