Skip to content

Commit

Permalink
Update SortableList.razor.js
Browse files Browse the repository at this point in the history
Remove console log
  • Loading branch information
burkeholland authored Jan 3, 2024
1 parent e9733e6 commit 60cdfcc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Shared/SortableList.razor.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
export function init(id, group, pull, put, sort, handle, filter, component) {
console.log(id, pull, put, sort);
var sortable = new Sortable(document.getElementById(id), {
animation: 200,
group: {
Expand Down Expand Up @@ -32,4 +31,4 @@ export function init(id, group, pull, put, sort, handle, filter, component) {
component.invokeMethodAsync('OnRemoveJS', event.oldDraggableIndex, event.newDraggableIndex);
}
});
}
}

0 comments on commit 60cdfcc

Please sign in to comment.