Remove logs

This commit is contained in:
Andrew Kingston 2022-03-21 14:23:56 +00:00
parent 2def829ebf
commit e68f1e33b9
3 changed files with 1 additions and 4 deletions

View File

@ -29,7 +29,6 @@
if (!scrollApi || !contentRef) {
return
}
console.log("selected", text)
const bounds = contentRef.getBoundingClientRect()
scrollApi.scrollTo(bounds)
}

View File

@ -66,9 +66,6 @@
}
routeManuallyOpened = !routeManuallyOpened
}
$: console.log($store.selectedComponentId)
$: console.log()
</script>
{#if !noSearchMatch}

View File

@ -148,6 +148,7 @@
</BBUILayout>
<div class="nav-items-container" bind:this={scrollRef}>
<ComponentNavigationTree />
<div class="overlay" />
</div>
</div>
</Tab>