[Server] Remove debug line

This commit is contained in:
Koncord 2017-05-28 18:48:55 +08:00
parent cc7efc6e37
commit c4686ec578

View file

@ -180,8 +180,6 @@ int main(int argc, char *argv[])
auto version = Version::getOpenmwVersion(variables["resources"].as<Files::EscapeHashString>().toStdString()); auto version = Version::getOpenmwVersion(variables["resources"].as<Files::EscapeHashString>().toStdString());
cout << version.mCommitHash << endl;
int logLevel = mgr.getInt("loglevel", "General"); int logLevel = mgr.getInt("loglevel", "General");
if (logLevel < Log::LOG_VERBOSE || logLevel > Log::LOG_FATAL) if (logLevel < Log::LOG_VERBOSE || logLevel > Log::LOG_FATAL)
logLevel = Log::LOG_VERBOSE; logLevel = Log::LOG_VERBOSE;