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

Commit 1c7e758

Browse files
committed
Remove debug logging to the Unity console
1 parent 3bc7fec commit 1c7e758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/EntryPoint.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ private static void Initialize()
6464
}
6565

6666
LogHelper.LogAdapter = new MultipleLogAdapter(new FileLogAdapter(logPath)
67-
, new UnityLogAdapter()
67+
//, new UnityLogAdapter()
6868
);
6969
LogHelper.Info("Initializing GitHub for Unity version " + ApplicationInfo.Version);
7070

0 commit comments

Comments
 (0)