Skip to content

Commit 3456cfe

Browse files
Remove tracking
1 parent a97f6b6 commit 3456cfe

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/Files.App/Helpers/GitHelpers.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,6 @@ public static bool ValidateBranchNameForRepository(string branchName, string rep
199199

200200
public static void FetchOrigin(string? repositoryPath)
201201
{
202-
Analytics.TrackEvent("Triggered git fetch");
203-
204202
if (string.IsNullOrWhiteSpace(repositoryPath))
205203
return;
206204

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

234232
public static async void PullOrigin(string? repositoryPath)
235233
{
236-
Analytics.TrackEvent("Triggered git pull");
237-
238234
if (string.IsNullOrWhiteSpace(repositoryPath))
239235
return;
240236

0 commit comments

Comments
 (0)