Skip to content

Commit

Permalink
removed leftover debugger
Browse files Browse the repository at this point in the history
  • Loading branch information
nathalieArnoux committed Dec 17, 2024
1 parent 58a3f84 commit f3b72d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion addon/components/hyper-table-v2/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export default class HyperTableV2 extends Component<HyperTableV2Args> {

@action
toggleSelectAll(value: boolean): void {
debugger;
this.args.handler.toggleSelectAll(value);
}

Expand Down

0 comments on commit f3b72d0

Please sign in to comment.