Skip to content

Commit

Permalink
removed lint error and added signature
Browse files Browse the repository at this point in the history
Signed-off-by: Vivek Shankar <vshankar@progress.com>
  • Loading branch information
vivekshankar1 committed Jan 8, 2021
1 parent f7fa4e6 commit e85bc56
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ export class OverviewFailuresComponent implements OnChanges, OnDestroy {
};

enter.on('click', (_d, node) => {
console.log(node.data)
this.itemSelected.next(node.data);
});

Expand Down

0 comments on commit e85bc56

Please sign in to comment.