Browse Source

Removed debug code.

pull/63/head
Steven Kirk 11 years ago
parent
commit
2731387423
  1. 1
      Perspex.Input/FocusManager.cs

1
Perspex.Input/FocusManager.cs

@ -79,7 +79,6 @@ namespace Perspex.Input
{
this.Scope = scope;
this.SetFocusedElement(scope, control, keyboardNavigated);
System.Diagnostics.Debug.WriteLine("Focused " + control.GetType().Name);
}
}
else if (this.Current != null)

Loading…
Cancel
Save