[ekiga] Opal::Presentity: Removed useless comment.



commit 69a97698517cdb1a63e1847db5ce7fec41206a07
Author: Damien Sandras <dsandras seconix com>
Date:   Sat Oct 3 18:27:29 2015 +0200

    Opal::Presentity: Removed useless comment.

 lib/engine/components/opal/opal-presentity.cpp |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/lib/engine/components/opal/opal-presentity.cpp b/lib/engine/components/opal/opal-presentity.cpp
index 6a6d232..5d55bc3 100644
--- a/lib/engine/components/opal/opal-presentity.cpp
+++ b/lib/engine/components/opal/opal-presentity.cpp
@@ -146,7 +146,6 @@ Opal::Presentity::add_actions ()
                                                    boost::bind (&Opal::Presentity::edit_presentity, this))));
   add_action (Ekiga::ActionPtr (new Ekiga::Action ("remove", _("_Remove"),
                                                    boost::bind (&Opal::Presentity::remove, this))));
-  std::cout << "Crash HERE" << std::endl;
   add_action (Ekiga::ActionPtr (new Ekiga::Action ("rename", _("Rename _Groups"),
                                                    boost::bind (&Opal::Account::on_rename_group,
                                                                 (Opal::Account *) &account,


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