[longomatch] Remove unused print



commit 4acca1f037cb9593113f2b472f761f75ab8aeb19
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Oct 12 18:39:45 2013 +0200

    Remove unused print

 LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs b/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs
index 4041323..482c936 100644
--- a/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs
+++ b/LongoMatch.GUI/Gui/Dialog/TaggerDialog.cs
@@ -124,8 +124,6 @@ namespace LongoMatch.Gui.Dialog
                {
                        bool ret = base.OnExposeEvent (evnt);
                        
-                       Console.WriteLine ("Expose");
-                       
                        if (!firstExpose) {
                                Screen screen = Display.Default.DefaultScreen;
                                int width, height, newWidth, newHeight;


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