SaveTool: remove a debug message.
This commit is contained in:
parent
a7b0c894d0
commit
e4ef5d4423
1 changed files with 0 additions and 2 deletions
|
@ -26,8 +26,6 @@ void
|
||||||
SaveTool::updateCheckEvent(SDL_Event& event) {
|
SaveTool::updateCheckEvent(SDL_Event& event) {
|
||||||
_updateThread.join();
|
_updateThread.join();
|
||||||
|
|
||||||
LOG_INFO("in updateCheckEvent().");
|
|
||||||
|
|
||||||
switch(static_cast<UpdateChecker::Result>(event.user.code)) {
|
switch(static_cast<UpdateChecker::Result>(event.user.code)) {
|
||||||
case UpdateChecker::Success:
|
case UpdateChecker::Success:
|
||||||
_checkerMutex.lock();
|
_checkerMutex.lock();
|
||||||
|
|
Loading…
Reference in a new issue