[ekiga/ds-gtk-application] CallHistoryView: Removed useless debug output.



commit 19d8f8abdce18b644d5cf0ece8f347590934d06a
Author: Damien Sandras <dsandras seconix com>
Date:   Sun Nov 2 16:09:10 2014 +0100

    CallHistoryView: Removed useless debug output.

 .../gui/gtk-frontend/call-history-view-gtk.cpp     |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp 
b/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp
index b645b31..fd1d03e 100644
--- a/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp
+++ b/lib/engine/gui/gtk-frontend/call-history-view-gtk.cpp
@@ -179,7 +179,6 @@ on_clicked (G_GNUC_UNUSED GtkWidget *tree,
     return TRUE;
 
   if (event->type == GDK_BUTTON_PRESS && event->button == 3 && self->priv->contact_menu) {
-    std::cout << "hyyyyyyy " << std::endl << std::flush;
     gtk_menu_popup (GTK_MENU (self->priv->contact_menu->get_menu (boost::assign::list_of 
(self->priv->menu))),
                     NULL, NULL, NULL, NULL, event->button, event->time);
   }


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