remove debug print

This commit is contained in:
iTrooz 2024-11-19 19:42:49 +01:00
parent 60fb922ba2
commit a79a66c177
No known key found for this signature in database
GPG Key ID: 8B83F77667B1BC6A

View File

@ -794,7 +794,6 @@ void ServersPage::on_actionJoin_triggered()
void ServersPage::on_actionRefresh_triggered()
{
qDebug() << "Action clicked";
m_model->queryServersStatus();
}