Skip to content

Commit

Permalink
💩 - fix: removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Roeland committed Dec 6, 2024
1 parent dde76b6 commit 102d1d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/data/datagrid/datagridselectioncheckbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ export const DataGridSelectionCheckbox = <
amountUnselected: (count || 0) - (amountSelected || 0),
amountUnselectedPage: renderableRows.length - (amountSelected || 0),
};
console.log(i18nContext);
ariaLabel =
labelSelectAll ||
intl.formatMessage(TRANSLATIONS.LABEL_SELECT_ALL, i18nContext);
Expand Down

0 comments on commit 102d1d0

Please sign in to comment.