Skip to content

Commit 20bfcaf

Browse files
committed
chore(hgrid): remove console log
1 parent 422b113 commit 20bfcaf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/grids/hierarchical-grid/hierarchical-grid.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,6 @@ export class IgxHierarchicalGridComponent extends IgxHierarchicalGridBaseDirecti
655655
* @hidden
656656
*/
657657
public override ngOnInit() {
658-
console.log("LOGGING ON INIT")
659658
// this.expansionStatesChange.pipe(takeUntil(this.destroy$)).subscribe((value: Map<any, boolean>) => {
660659
// const res = Array.from(value.entries()).filter(({1: v}) => v === true).map(([k]) => k);
661660
// });

0 commit comments

Comments
 (0)