From 263c15d6bdf2a1a07fedb05ccf8a7f5b62a2cc38 Mon Sep 17 00:00:00 2001 From: csoler Date: Thu, 21 Mar 2013 20:55:07 +0000 Subject: [PATCH] removed debug output git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6266 b45a01b8-16f6-495d-af2f-9b41ad6348cc --- retroshare-gui/src/gui/ChatLobbyWidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/retroshare-gui/src/gui/ChatLobbyWidget.cpp b/retroshare-gui/src/gui/ChatLobbyWidget.cpp index 1a7da3fe0..1dc72fced 100644 --- a/retroshare-gui/src/gui/ChatLobbyWidget.cpp +++ b/retroshare-gui/src/gui/ChatLobbyWidget.cpp @@ -503,7 +503,7 @@ void ChatLobbyWidget::resetLobbyTreeIcons() if(it->second.last_typing_event + 5 <= now) { getTreeWidgetItem(it->first)->setIcon(0,it->second.default_icon) ; - std::cerr << "Reseted 1 lobby icon." << std::endl; +// std::cerr << "Reseted 1 lobby icon." << std::endl; } }