remove logs

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-23 13:39:18 +01:00
parent 087731600e
commit 182292c9a3
1 changed files with 0 additions and 2 deletions

View File

@ -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,