removed debug output

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6266 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-03-21 20:55:07 +00:00
parent fad59e4de3
commit 263c15d6bd

View File

@ -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;
}
}