Skip to content

Commit

Permalink
fix: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv authored Jan 7, 2025
1 parent 5e38639 commit ccbab0b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export const sortDataFromEvent = ({ dataA, dataB, type, columnName, direction }:
if (!type) {
log.error(errorCreator('Type is not defined')({ dataA, dataB }));
}
console.log('direction', direction);
const clientValueA = dataA[columnName];
const clientValueB = dataB[columnName];
const options = {
Expand Down

0 comments on commit ccbab0b

Please sign in to comment.