From 273138742396b2bbfce67d2a77f63b4d65c9d259 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 24 Jul 2015 20:27:31 +0200 Subject: [PATCH] Removed debug code. --- Perspex.Input/FocusManager.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Perspex.Input/FocusManager.cs b/Perspex.Input/FocusManager.cs index 04344ba06c..2be4f28ebc 100644 --- a/Perspex.Input/FocusManager.cs +++ b/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)