Skip to content

Commit

Permalink
Remove Launched Event (#3656)
Browse files Browse the repository at this point in the history
Remove Launched event
  • Loading branch information
teocomi authored Nov 25, 2024
1 parent 0a206c7 commit b5c5712
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions DesktopUI2/DesktopUI2/Views/MainUserControl.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ public MainUserControl()
this.WhenActivated(disposables => { });
AvaloniaXamlLoader.Load(this);

Analytics.TrackEvent(Analytics.Events.DUIAction, new Dictionary<string, object> { { "name", "Launched" } }, false);

NotificationManager = this.FindControl<NotificationManager>("NotificationManager");
}
}

0 comments on commit b5c5712

Please sign in to comment.