remove log

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

View File

@@ -42,7 +42,6 @@ void WaintingForTirette::responseFromTirette(const std::string& response)
if (list[3] == "0")
{
qInfo() << "Game should start";
emit startGame();
}
}