remove logs

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-23 13:39:18 +01:00
parent 3b7e798859
commit 9445b1efdc
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,