Skip to content

Commit

Permalink
fix(common): remove unused console log
Browse files Browse the repository at this point in the history
- probably forgot to remove this console log after troubleshooting
  • Loading branch information
ghiscoding committed Nov 29, 2022
1 parent 6575805 commit 593928a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/src/extensions/slickDraggableGrouping.ts
Expand Up @@ -470,7 +470,6 @@ export class SlickDraggableGrouping {

// sorting icons when enabled
let groupSortContainerElm: HTMLDivElement | undefined;
console.log('col id:', col.id, 'sortable:', col.sortable);
if (this._addonOptions?.hideGroupSortIcons !== true && col.sortable) {
if (col.grouping?.sortAsc === undefined) {
col.grouping.sortAsc = true;
Expand Down

0 comments on commit 593928a

Please sign in to comment.