Skip to content

Commit

Permalink
Remove tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrariofilippo committed May 29, 2023
1 parent a97f6b6 commit 3456cfe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Files.App/Helpers/GitHelpers.cs
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ public static bool ValidateBranchNameForRepository(string branchName, string rep

public static void FetchOrigin(string? repositoryPath)
{
Analytics.TrackEvent("Triggered git fetch");

if (string.IsNullOrWhiteSpace(repositoryPath))
return;

Expand Down Expand Up @@ -233,8 +231,6 @@ public static void FetchOrigin(string? repositoryPath)

public static async void PullOrigin(string? repositoryPath)
{
Analytics.TrackEvent("Triggered git pull");

if (string.IsNullOrWhiteSpace(repositoryPath))
return;

Expand Down

0 comments on commit 3456cfe

Please sign in to comment.