Remove log
This commit is contained in:
parent
3e97e299bf
commit
b00f3d2418
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue