Skip to content

Commit 5606073

Browse files
committed
Remove redundant Loggers. Addresses CS0108
1 parent a4d65e6 commit 5606073

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Rubberduck.VBEditor.VB6/SafeComWrappers/Office/CommandBarButton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public sealed class CommandBarButton : SafeRedirectedEventedComWrapper<MSO.Comma
1313
{
1414
private readonly CommandBarControl _control;
1515
private readonly IVBE _vbe;
16-
private static readonly Logger _logger = LogManager.GetCurrentClassLogger();
16+
1717
public const bool AddCommandBarControlsTemporarily = false;
1818

1919
// Command bar click event is sourced from VBE.Events.CommandBarEvents[index]

Rubberduck.VBEditor.VBA/SafeComWrappers/Office/CommandBarButton.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Rubberduck.VBEditor.SafeComWrappers.Office12
1313
public sealed class CommandBarButton : SafeEventedComWrapper<MSO.CommandBarButton, MSO._CommandBarButtonEvents>, ICommandBarButton, MSO._CommandBarButtonEvents
1414
{
1515
private readonly CommandBarControl _control;
16-
private static readonly Logger _logger = LogManager.GetCurrentClassLogger();
16+
1717
public const bool AddCommandBarControlsTemporarily = false;
1818

1919
public CommandBarButton(MSO.CommandBarButton target, bool rewrapping = false)

0 commit comments

Comments
 (0)