Skip to content

Commit

Permalink
chore(tree-grid): remove console.log from tree-grid.pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
wnvko committed Nov 14, 2018
1 parent 08c1e1a commit fee032f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ export class IgxTreeGridTransactionPipe implements PipeTransform {
}

transform(collection: any[], id: string, pipeTrigger: number): any[] {
console.log(collection);
const grid: IgxTreeGridComponent = this.gridAPI.get(id);
const aggregatedChanges = grid.transactions.getAggregatedChanges(true);
if (collection && aggregatedChanges.length > 0) {
Expand Down

0 comments on commit fee032f

Please sign in to comment.