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

Commit 2e7f044

Browse files
Merge pull request #742 from github-for-unity/fixes/tweaks
Cleaning up a few debug things that slipped through
2 parents 7da745b + 3ac3fdd commit 2e7f044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ 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

7171
ApplicationManager.Run();
7272

73-
//if (ApplicationCache.Instance.FirstRun)
73+
if (ApplicationCache.Instance.FirstRun)
7474
UpdateCheckWindow.CheckForUpdates();
7575
}
7676

0 commit comments

Comments
 (0)