remove console log
This commit is contained in:
parent
976d8b3b54
commit
087731600e
|
@ -1,8 +1,6 @@
|
||||||
<script>
|
<script>
|
||||||
import TableDataTable from "components/backend/DataTable/DataTable.svelte"
|
import TableDataTable from "components/backend/DataTable/DataTable.svelte"
|
||||||
import { tables, database } from 'builderStore/store/backend/'
|
import { tables, database } from 'builderStore/store/backend/'
|
||||||
|
|
||||||
$: console.log('Tables: ', $tables)
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if $database?._id && $tables?.selected?.name}
|
{#if $database?._id && $tables?.selected?.name}
|
||||||
|
|
Loading…
Reference in New Issue