forked from teamnwah/openmw-tes3coop
[Server] Remove debug line
This commit is contained in:
parent
cc7efc6e37
commit
c4686ec578
1 changed files with 0 additions and 2 deletions
|
@ -180,8 +180,6 @@ int main(int argc, char *argv[])
|
|||
|
||||
auto version = Version::getOpenmwVersion(variables["resources"].as<Files::EscapeHashString>().toStdString());
|
||||
|
||||
cout << version.mCommitHash << endl;
|
||||
|
||||
int logLevel = mgr.getInt("loglevel", "General");
|
||||
if (logLevel < Log::LOG_VERBOSE || logLevel > Log::LOG_FATAL)
|
||||
logLevel = Log::LOG_VERBOSE;
|
||||
|
|
Loading…
Reference in a new issue