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

Commit c16c91c

Browse files
committed
Remove unused logger
1 parent 925279f commit c16c91c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/GitHub.TeamFoundation.14/Base/TeamExplorerServiceHolder.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
using System;
22
using System.ComponentModel.Composition;
33
using GitHub.Extensions;
4-
using GitHub.Logging;
54
using GitHub.Services;
6-
using Serilog;
75
using Microsoft.TeamFoundation.Controls;
86
using Microsoft.VisualStudio.Shell;
97
using Microsoft.VisualStudio.Threading;
@@ -14,8 +12,6 @@ namespace GitHub.VisualStudio.Base
1412
[PartCreationPolicy(CreationPolicy.Shared)]
1513
public class TeamExplorerServiceHolder : ITeamExplorerServiceHolder
1614
{
17-
static readonly ILogger log = LogManager.ForContext<TeamExplorerServiceHolder>();
18-
1915
IServiceProvider serviceProvider;
2016

2117
/// <summary>

0 commit comments

Comments
 (0)