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

Commit 5364f4f

Browse files
Adding some logging
1 parent 0f33fe6 commit 5364f4f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/ProjectWindowInterface.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ class ProjectWindowInterface : AssetPostprocessor
2222

2323
public static void Initialize(IRepository repo)
2424
{
25+
Logger.Trace("Initialize HasRespository:{0}", repo != null);
26+
2527
EditorApplication.projectWindowItemOnGUI -= OnProjectWindowItemGUI;
2628
EditorApplication.projectWindowItemOnGUI += OnProjectWindowItemGUI;
2729
initialized = true;

0 commit comments

Comments
 (0)