Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
floodfx committed Jan 27, 2022
1 parent 894c95a commit 596bf8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/examples/sorting/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export class SortLiveViewComponent extends BaseLiveViewComponent<SortContext, Pa
};

handleEvent(event: "select-per-page" | "change-sort", params: StringPropertyValues<Pick<PaginateOptions & SortOptions, "perPage" | "sort_by" | "sortOrder">>, socket: LiveViewSocket<SortContext>): SortContext {
console.log("handleEvent", event, params);
const page = socket.context.options.page;
let perPage = socket.context.options.perPage;
let sort_by = socket.context.options.sort_by;
Expand Down

0 comments on commit 596bf8c

Please sign in to comment.