Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Issue #SB-14566 fix: Removed unneccsory telemetry events.
Browse files Browse the repository at this point in the history
  • Loading branch information
swayangjit committed Sep 3, 2019
1 parent dbe3223 commit f2ad2bd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/download-manager/downloads-tab/downloads-tab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,11 +144,6 @@ export class DownloadsTabPage implements OnInit {
if (sortattribute.content !== this.selectedFilter) {
this.selectedFilter = sortattribute.content;
this.sortCriteriaChanged.emit(sortattribute);
this.telemetryGeneratorService.generateInteractTelemetry(
InteractType.TOUCH,
InteractSubtype.SORT_OPTION_CLICKED,
Environment.DOWNLOADS,
PageId.DOWNLOADS);
}
if (this.deleteAllPopupPresent) {
this.deleteAllConfirm.dismiss(null);
Expand Down

0 comments on commit f2ad2bd

Please sign in to comment.