Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 861a27f

Browse files
If developing data won't send but it should still save
1 parent 131f313 commit 861a27f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/GitHub.Api/Metrics/UsageTracker.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,6 @@ private UsageStore LoadUsage()
7171

7272
private void SaveUsage(UsageStore store)
7373
{
74-
if (!Enabled)
75-
{
76-
return;
77-
}
78-
7974
var pathString = storePath.ToString();
8075
Logger.Trace("SaveUsage: \"{0}\"", pathString);
8176

0 commit comments

Comments
 (0)