[hyena] [ListView] Remove debug console output introduced by last commit



commit 2efd6b691cac25ada71ae5c040a38ab0a59caf04
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Thu Dec 16 12:00:15 2010 +0100

    [ListView] Remove debug console output introduced by last commit

 .../ListView/ListView_Interaction.cs               |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs b/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
index d466289..729c13a 100644
--- a/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
+++ b/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
@@ -176,7 +176,6 @@ namespace Hyena.Data.Gui
                 if ((modifier & Gdk.ModifierType.ControlMask) != 0) {
                     // Don't change the selection
                 } else {
-                    //Console.WriteLine ("Selection.Notify!");
                     Selection.Notify ();
                 }
             }
@@ -243,7 +242,6 @@ namespace Hyena.Data.Gui
                 break;
             }
 
-            Console.WriteLine ("OnKeyPress for {0}; handled? {1}", press.Key, handled);
             return handled ? true : base.OnKeyPressEvent (press);
         }
 
@@ -360,7 +358,6 @@ namespace Hyena.Data.Gui
 
         protected override bool OnKeyReleaseEvent (Gdk.EventKey press)
         {
-            Console.WriteLine ("OnKeyRelease for {0}", press.Key);
             return HandleKeyboardScrollKey (press, KeyDirection.Release) ? true : base.OnKeyReleaseEvent (press);
         }
 



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