remove log

This commit is contained in:
ackimixs
2024-04-13 13:45:41 +02:00
parent d28e9209ea
commit fff83a50a5

View File

@@ -218,11 +218,9 @@ void MainWindow::handleMessage(const std::string& message)
{
if (waitingForTiretteValue)
{
qInfo() << "Tirette change, start game";
waintingForTirette->responseFromTirette(message);
} else
{
qInfo() << "Tirette change, change the text";
preparationMatch->responseTiretteState(QString::fromStdString(message));
}
}