1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

remove console log

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-23 13:35:31 +01:00
parent 976d8b3b54
commit 087731600e

View file

@ -1,8 +1,6 @@
<script>
import TableDataTable from "components/backend/DataTable/DataTable.svelte"
import { tables, database } from 'builderStore/store/backend/'
$: console.log('Tables: ', $tables)
</script>
{#if $database?._id && $tables?.selected?.name}