Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 161ee17

Browse files
Removing unused Logger
1 parent b6daa32 commit 161ee17

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/Threading/SingleThreadSynchronizationContext.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
using GitHub.Unity;
21
using System;
32
using System.Threading;
43
using UnityEditor;
@@ -7,8 +6,6 @@ namespace GitHub.Unity
76
{
87
class MainThreadSynchronizationContext : SynchronizationContext, IMainThreadSynchronizationContext
98
{
10-
private static readonly ILogging logger = Logging.GetLogger<MainThreadSynchronizationContext>();
11-
129
public void Schedule(Action action)
1310
{
1411
Guard.ArgumentNotNull(action, "action");

0 commit comments

Comments
 (0)