Remove some obsolete startup log messages
This commit is contained in:
parent
e1cc22090d
commit
5e0cb1b6e3
1 changed files with 0 additions and 5 deletions
|
@ -589,9 +589,6 @@ int fgMainInit( int argc, char **argv )
|
||||||
"Flightgear was unable to create the lock file in FG_HOME");
|
"Flightgear was unable to create the lock file in FG_HOME");
|
||||||
}
|
}
|
||||||
|
|
||||||
std::cerr << "DidInitHome" << std::endl;
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(HAVE_QT)
|
#if defined(HAVE_QT)
|
||||||
flightgear::initApp(argc, argv);
|
flightgear::initApp(argc, argv);
|
||||||
#endif
|
#endif
|
||||||
|
@ -642,12 +639,10 @@ int fgMainInit( int argc, char **argv )
|
||||||
// now home is initialised, we can log to a file inside it
|
// now home is initialised, we can log to a file inside it
|
||||||
const auto level = flightgear::Options::getArgValue(argc, argv, "--log-level");
|
const auto level = flightgear::Options::getArgValue(argc, argv, "--log-level");
|
||||||
logToHome(level);
|
logToHome(level);
|
||||||
std::cerr << "DidLogToHome" << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (readOnlyFGHome) {
|
if (readOnlyFGHome) {
|
||||||
flightgear::addSentryTag("fghome-readonly", "true");
|
flightgear::addSentryTag("fghome-readonly", "true");
|
||||||
std::cerr << "Read-Only-Home" << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string version(FLIGHTGEAR_VERSION);
|
std::string version(FLIGHTGEAR_VERSION);
|
||||||
|
|
Loading…
Reference in a new issue