diff --git a/apps/openmw-mp/main.cpp b/apps/openmw-mp/main.cpp index 3eee94c92..cf82f7296 100644 --- a/apps/openmw-mp/main.cpp +++ b/apps/openmw-mp/main.cpp @@ -180,8 +180,6 @@ int main(int argc, char *argv[]) auto version = Version::getOpenmwVersion(variables["resources"].as().toStdString()); - cout << version.mCommitHash << endl; - int logLevel = mgr.getInt("loglevel", "General"); if (logLevel < Log::LOG_VERBOSE || logLevel > Log::LOG_FATAL) logLevel = Log::LOG_VERBOSE;