remove logs
This commit is contained in:
parent
087731600e
commit
182292c9a3
|
@ -19,13 +19,11 @@ function createTablesStore() {
|
|||
|
||||
async function select(table) {
|
||||
if (!table) {
|
||||
console.log("Setting selected to null")
|
||||
update(state => ({
|
||||
...state,
|
||||
selected: {},
|
||||
}))
|
||||
} else {
|
||||
console.log("Setting selected to null")
|
||||
update(state => ({
|
||||
...state,
|
||||
selected: table,
|
||||
|
|
Loading…
Reference in New Issue