removed some debug output

This commit is contained in:
csoler 2023-11-10 22:42:32 +01:00
parent a64fda1fb8
commit 48da2d195a
6 changed files with 21 additions and 6 deletions

View file

@ -1619,7 +1619,9 @@ bool NewFriendList::isColumnVisible(int col) const
}
void NewFriendList::setColumnVisible(int col,bool visible)
{
#ifdef DEBUG_NEW_FRIEND_LIST
std::cerr << "Setting column " << col << " to be visible: " << visible << std::endl;
#endif
ui->peerTreeWidget->setColumnHidden(col, !visible);
}
void NewFriendList::toggleColumnVisible()