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

Commit 1200e03

Browse files
committed
Disable debug logging on the console
1 parent ddae27c commit 1200e03

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
@@ -63,7 +63,7 @@ private static void Initialize()
6363
}
6464

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

0 commit comments

Comments
 (0)