Remove log statement
This commit is contained in:
parent
db6032ca95
commit
b78eee8704
|
@ -186,7 +186,6 @@ export const fetchTableData = opts => {
|
||||||
if (get(store).loading) {
|
if (get(store).loading) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
console.log("refresh")
|
|
||||||
const page = await fetchPage(lastBookmark)
|
const page = await fetchPage(lastBookmark)
|
||||||
store.update($store => ({ ...$store, rows: page.rows }))
|
store.update($store => ({ ...$store, rows: page.rows }))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue