Skip to content

Commit

Permalink
Removed console log from double click event
Browse files Browse the repository at this point in the history
  • Loading branch information
ilFabrz committed Oct 25, 2024
1 parent 5d9dab9 commit b2f95a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DataTables.Blazor/wwwroot/datatables.blazor.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ function addRowDoubleClickListener(tableElement, dotNetCallback) {
"id": String(row.id()),
"data": row.data()
};
console.log(json);
return dotNetCallback.invokeMethodAsync("Invoke", json);
});
}
Expand Down

0 comments on commit b2f95a9

Please sign in to comment.