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

Commit 7629a2f

Browse files
Removing unused field
1 parent 6888436 commit 7629a2f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/GitHub.App/Services/RepositoryForkService.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ namespace GitHub.Services
1818
[PartCreationPolicy(CreationPolicy.Shared)]
1919
public class RepositoryForkService : IRepositoryForkService
2020
{
21-
static readonly ILogger log = LogManager.ForContext<RepositoryForkService>();
22-
2321
readonly IGitClient gitClient;
2422
readonly IVSGitServices vsGitServices;
2523
readonly IUsageTracker usageTracker;

0 commit comments

Comments
 (0)