diff --git a/src/dbofficial/serverdbthread.cpp b/src/dbofficial/serverdbthread.cpp index 1726248e..8c0e20a8 100644 --- a/src/dbofficial/serverdbthread.cpp +++ b/src/dbofficial/serverdbthread.cpp @@ -47,6 +47,8 @@ #include #include +#include // @TODO: remove in productive + #define QUERY_NICK_PREPARE "nick_template" #define QUERY_LOGIN_PREPARE "login_template" #define QUERY_AVATAR_BLACKLIST_PREPARE "avatar_blacklist_template" diff --git a/src/net/common/servergamestate.cpp b/src/net/common/servergamestate.cpp index 8ce8c4a0..4136170f 100644 --- a/src/net/common/servergamestate.cpp +++ b/src/net/common/servergamestate.cpp @@ -828,7 +828,6 @@ ServerGameStateStartGame::TimerTimeout(const boost::system::error_code &ec, boos void ServerGameStateStartGame::DoStart(boost::shared_ptr server) { - LOG_ERROR("DoStart() entered."); PlayerDataList tmpPlayerList(server->InternalStartGame()); if (tmpPlayerList.size() <= 1) { if (!tmpPlayerList.empty()) {