Skip to content

Commit 2b3d030

Browse files
committed
fix(grid): remove console log in row edit
1 parent 09eb84b commit 2b3d030

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
@@ -6411,7 +6411,6 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
64116411
* @internal
64126412
*/
64136413
public endRowEdit(commit = true, event?: Event) {
6414-
console.log('end row');
64156414
this.endEdit(commit, event);
64166415
const activeCell = this.navigation.activeNode;
64176416
if (activeCell && activeCell.row !== -1) {

0 commit comments

Comments
 (0)