mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -05:00
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:
parent
fad59e4de3
commit
263c15d6bd
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user