From 939f6f2726afe6608c90793a0104e3ef0f1152ce Mon Sep 17 00:00:00 2001 From: Alexandre Savard <alexandre.savard@savoirfairelinux.net> Date: Wed, 25 Feb 2009 09:09:00 -0500 Subject: [PATCH] Cleaning debug messages --- sflphone-gtk/src/calltree.c | 1 - sflphone-gtk/src/dbus.c | 2 +- src/plug-in/audiorecorder/audiorecord.h | 7 +------ 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sflphone-gtk/src/calltree.c b/sflphone-gtk/src/calltree.c index dd205d3f09..591f276ca0 100644 --- a/sflphone-gtk/src/calltree.c +++ b/sflphone-gtk/src/calltree.c @@ -691,7 +691,6 @@ update_call_tree (calltab_t* tab, call_t * c) } else { - g_print("Stuff to be printed %s %s \n",call_get_number(c),call_get_name(c)); description = g_markup_printf_escaped("<b>%s</b> <i>%s</i>", call_get_number(c), call_get_name(c)); diff --git a/sflphone-gtk/src/dbus.c b/sflphone-gtk/src/dbus.c index b58b4d6673..428333e559 100644 --- a/sflphone-gtk/src/dbus.c +++ b/sflphone-gtk/src/dbus.c @@ -66,7 +66,7 @@ curent_selected_codec (DBusGProxy *proxy UNUSED, const gchar* codecName, void * foo UNUSED ) { - g_print ("Codec decided! %s\n",codecName); + g_print ("%s codec decided for call %s\n",codecName,callID); sflphone_display_selected_codec (codecName); } diff --git a/src/plug-in/audiorecorder/audiorecord.h b/src/plug-in/audiorecorder/audiorecord.h index 532c96e4bd..ba1701f0cf 100644 --- a/src/plug-in/audiorecorder/audiorecord.h +++ b/src/plug-in/audiorecorder/audiorecord.h @@ -26,7 +26,7 @@ #include <sstream> #include "plug-in/plugin.h" -#include "audiodsp.h" +// #include "audiodsp.h" // class AudioDSP; @@ -189,11 +189,6 @@ protected: std::string savePath_; std::string call_id_; - - /** - * AudioDSP test (compute RMS value) - */ - AudioDSP dsp; }; -- GitLab