Remove log statement

This commit is contained in:
Andrew Kingston 2021-09-27 12:51:32 +01:00
parent db6032ca95
commit b78eee8704
1 changed files with 0 additions and 1 deletions

View File

@ -186,7 +186,6 @@ export const fetchTableData = opts => {
if (get(store).loading) {
return
}
console.log("refresh")
const page = await fetchPage(lastBookmark)
store.update($store => ({ ...$store, rows: page.rows }))
}