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

Commit 6aeea07

Browse files
Merge pull request #734 from github-for-unity/fixes/remove-debug-logging
Remove debug logging, this is just spamming my debug log
2 parents af0451e + fb16824 commit 6aeea07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,6 @@ public override void OnSelectionChange()
119119

120120
public override void OnFocusChanged()
121121
{
122-
Logger.Debug("OnFocusChanged: {0}", HasFocus);
123-
124122
base.OnFocusChanged();
125123
var hasFocus = HasFocus;
126124
if (treeChanges.ViewHasFocus != hasFocus)

0 commit comments

Comments
 (0)