Skip to content

Commit a52b20f

Browse files
committed
fix(keyboard-nav): remove console log
Closes #6747
1 parent ea93517 commit a52b20f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6075,7 +6075,6 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
60756075
* @hidden @internal
60766076
*/
60776077
endRowTransaction(commit: boolean, row: IgxRow) {
6078-
console.log('end row transaction');
60796078
row.newData = this.transactions.getAggregatedValue(row.id, true);
60806079

60816080
let args = row.createEditEventArgs();

0 commit comments

Comments
 (0)