Remove log

This commit is contained in:
Andrew Kingston 2023-08-03 11:28:02 +01:00
parent 3e97e299bf
commit b00f3d2418
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ export const initialise = context => {
// Update fetch when sorting changes
sort.subscribe($sort => {
if (get(datasource)?.type === "table") {
console.log("update", $sort)
console.log(get(fetch))
get(fetch)?.update({
sortOrder: $sort.order,
sortColumn: $sort.column,