[longomatch] Remove print line



commit 313cd6da9b8121fdc84a8eae33eee31064eac2f0
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Oct 22 17:12:41 2014 +0200

    Remove print line

 LongoMatch.GUI/Gui/MainWindow.cs |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/MainWindow.cs b/LongoMatch.GUI/Gui/MainWindow.cs
index a8ee73c..b2f6116 100644
--- a/LongoMatch.GUI/Gui/MainWindow.cs
+++ b/LongoMatch.GUI/Gui/MainWindow.cs
@@ -163,7 +163,6 @@ namespace LongoMatch.Gui
                protected override bool OnKeyPressEvent (EventKey evnt)
                {
                        bool ret = base.OnKeyPressEvent (evnt);
-                       Console.WriteLine (Focus);
                        if (Focus is Entry) {
                                return ret;
                        } else {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]