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

Commit 7ee5fed

Browse files
committed
Remove unused logger
1 parent de69b1d commit 7ee5fed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GitHub.App/ViewModels/Dialog/Clone/RepositoryCloneViewModel.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ namespace GitHub.ViewModels.Dialog.Clone
2121
[PartCreationPolicy(CreationPolicy.NonShared)]
2222
public class RepositoryCloneViewModel : ViewModelBase, IRepositoryCloneViewModel
2323
{
24-
static readonly ILogger log = LogManager.ForContext<RepositoryCloneViewModel>();
2524
readonly IOperatingSystem os;
2625
readonly IConnectionManager connectionManager;
2726
readonly IRepositoryCloneService service;

0 commit comments

Comments
 (0)