Skip to content

Commit

Permalink
NITWORK-CLIENT: Remove useless debug prints
Browse files Browse the repository at this point in the history
PATCH
  • Loading branch information
romainpanno committed Nov 5, 2023
1 parent 2b00212 commit 9fab871
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Client/Systems/Events/EventsSystems.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,6 @@ namespace Systems {
modifEndGameText(endGameMessage);

if (Registry::getInstance().getClock().elapsedSecondsSince(clockId) >= secondBeforeEnd) {
Logger::fatal("end of gameeeeeeeeeeeeeeeeee");
Nitwork::NitworkClient::getInstance().disconnectLobby();
Types::WaveInfos::getInstance().reset();
restart = true;
Expand Down

0 comments on commit 9fab871

Please sign in to comment.