Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 10b09a2

Browse files
Removing stray private
1 parent 58d0156 commit 10b09a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GitHub.VisualStudio/Services/UsageService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class UsageService : IUsageService
1818
{
1919
const string StoreFileName = "ghfvs.usage";
2020
const string UserStoreFileName = "user.json";
21-
private static readonly ILogger log = LogManager.ForContext<UsageService>();
21+
static readonly ILogger log = LogManager.ForContext<UsageService>();
2222
static readonly Calendar cal = CultureInfo.InvariantCulture.Calendar;
2323
readonly IGitHubServiceProvider serviceProvider;
2424
string storePath;

0 commit comments

Comments
 (0)