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

Commit 10b6af5

Browse files
committed
Remove debug logging
1 parent 93c9210 commit 10b6af5

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)