Skip to content

Commit 2f3df66

Browse files
committed
chore(pivotGrid): remove redundant console.log()
1 parent 567afec commit 2f3df66

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid-navigation.service.ts

-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ export class IgxPivotGridNavigationService extends IgxGridNavigationService {
7878
let row = this.grid.gridAPI.get_row_by_index(this.activeNode.row);
7979
let expansionRowKey = PivotUtil.getRecordKey(row.data, row.data.dimensions[0])
8080
let isExpanded = this.grid.expansionStates.has(expansionRowKey) ? this.grid.expansionStates.get(expansionRowKey) : true;
81-
console.log(isExpanded)
8281

8382
if (!isExpanded && ROW_EXPAND_KEYS.has(key)) {
8483
if (row.key === undefined) {

0 commit comments

Comments
 (0)