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

Commit f53bdb3

Browse files
committed
Disable console log
1 parent 3e621d5 commit f53bdb3

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 GitHubForUnity:'v{0}' Unity:'v{1}'", ApplicationInfo.Version, Environment.UnityVersion);
7070

0 commit comments

Comments
 (0)