SaveTool: remove a debug message.

This commit is contained in:
Guillaume Jacquemin 2023-10-29 15:41:46 +01:00
parent a7b0c894d0
commit e4ef5d4423
1 changed files with 0 additions and 2 deletions

View File

@ -26,8 +26,6 @@ void
SaveTool::updateCheckEvent(SDL_Event& event) {
_updateThread.join();
LOG_INFO("in updateCheckEvent().");
switch(static_cast<UpdateChecker::Result>(event.user.code)) {
case UpdateChecker::Success:
_checkerMutex.lock();