[ekiga] Removed some debugging statements
- From: Julien Puydt <jpuydt src gnome org>
- To: svn-commits-list gnome org
- Subject: [ekiga] Removed some debugging statements
- Date: Thu, 11 Jun 2009 11:43:28 -0400 (EDT)
commit 1390ee9836ba595074e0c02bbd437b0ea7a26bb6
Author: Julien Puydt <jpuydt gnome org>
Date: Thu Jun 11 15:40:50 2009 +0200
Removed some debugging statements
They're unneeded now.
.../components/loudmouth/loudmouth-account.cpp | 4 ----
lib/engine/components/loudmouth/loudmouth-bank.cpp | 3 ---
.../components/loudmouth/loudmouth-cluster.cpp | 3 ---
.../components/loudmouth/loudmouth-dialect.cpp | 3 ---
lib/engine/components/loudmouth/loudmouth-heap.cpp | 2 --
.../components/loudmouth/loudmouth-presentity.cpp | 2 --
6 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/lib/engine/components/loudmouth/loudmouth-account.cpp b/lib/engine/components/loudmouth/loudmouth-account.cpp
index df37e7d..4554a38 100644
--- a/lib/engine/components/loudmouth/loudmouth-account.cpp
+++ b/lib/engine/components/loudmouth/loudmouth-account.cpp
@@ -33,8 +33,6 @@
*
*/
-#include <iostream>
-
#include <glib/gi18n.h>
#include "loudmouth-account.h"
@@ -201,8 +199,6 @@ LM::Account::disable ()
LM::Account::~Account ()
{
- std::cout << __PRETTY_FUNCTION__ << std::endl;
-
if (heap) {
heap->disconnected ();
diff --git a/lib/engine/components/loudmouth/loudmouth-bank.cpp b/lib/engine/components/loudmouth/loudmouth-bank.cpp
index 863a92f..64c093a 100644
--- a/lib/engine/components/loudmouth/loudmouth-bank.cpp
+++ b/lib/engine/components/loudmouth/loudmouth-bank.cpp
@@ -33,8 +33,6 @@
*
*/
-#include <iostream>
-
#include "gmconf.h"
#include "config.h"
@@ -111,7 +109,6 @@ LM::Bank::save () const
LM::Bank::~Bank ()
{
- std::cout << __PRETTY_FUNCTION__ << std::endl;
}
bool
diff --git a/lib/engine/components/loudmouth/loudmouth-cluster.cpp b/lib/engine/components/loudmouth/loudmouth-cluster.cpp
index 05319c2..7c05520 100644
--- a/lib/engine/components/loudmouth/loudmouth-cluster.cpp
+++ b/lib/engine/components/loudmouth/loudmouth-cluster.cpp
@@ -33,8 +33,6 @@
*
*/
-#include <iostream>
-
#include "loudmouth-cluster.h"
LM::Cluster::Cluster ()
@@ -43,7 +41,6 @@ LM::Cluster::Cluster ()
LM::Cluster::~Cluster ()
{
- std::cout << __PRETTY_FUNCTION__ << std::endl;
}
bool
diff --git a/lib/engine/components/loudmouth/loudmouth-dialect.cpp b/lib/engine/components/loudmouth/loudmouth-dialect.cpp
index 76b13df..fe7352b 100644
--- a/lib/engine/components/loudmouth/loudmouth-dialect.cpp
+++ b/lib/engine/components/loudmouth/loudmouth-dialect.cpp
@@ -33,8 +33,6 @@
*
*/
-#include <iostream>
-
#include "loudmouth-dialect.h"
LM::Dialect::Dialect ()
@@ -43,7 +41,6 @@ LM::Dialect::Dialect ()
LM::Dialect::~Dialect ()
{
- std::cout << __PRETTY_FUNCTION__ << std::endl;
}
void
diff --git a/lib/engine/components/loudmouth/loudmouth-heap.cpp b/lib/engine/components/loudmouth/loudmouth-heap.cpp
index af4c6c8..aa62cd1 100644
--- a/lib/engine/components/loudmouth/loudmouth-heap.cpp
+++ b/lib/engine/components/loudmouth/loudmouth-heap.cpp
@@ -118,8 +118,6 @@ LM::Heap::~Heap ()
lm_connection_unref (connection);
connection = 0;
-
- std::cout << __PRETTY_FUNCTION__ << std::endl;
}
const std::string
diff --git a/lib/engine/components/loudmouth/loudmouth-presentity.cpp b/lib/engine/components/loudmouth/loudmouth-presentity.cpp
index f84079b..341cf0d 100644
--- a/lib/engine/components/loudmouth/loudmouth-presentity.cpp
+++ b/lib/engine/components/loudmouth/loudmouth-presentity.cpp
@@ -52,8 +52,6 @@ LM::Presentity::Presentity (LmConnection* connection_,
LM::Presentity::~Presentity ()
{
- std::cout << __PRETTY_FUNCTION__ << std::endl;
-
lm_message_node_unref (item);
item = 0;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]