diff --git a/src/Main/main.cxx b/src/Main/main.cxx index 3c0708975..84a825e4b 100755 --- a/src/Main/main.cxx +++ b/src/Main/main.cxx @@ -589,9 +589,6 @@ int fgMainInit( int argc, char **argv ) "Flightgear was unable to create the lock file in FG_HOME"); } - std::cerr << "DidInitHome" << std::endl; - - #if defined(HAVE_QT) flightgear::initApp(argc, argv); #endif @@ -642,12 +639,10 @@ int fgMainInit( int argc, char **argv ) // now home is initialised, we can log to a file inside it const auto level = flightgear::Options::getArgValue(argc, argv, "--log-level"); logToHome(level); - std::cerr << "DidLogToHome" << std::endl; } if (readOnlyFGHome) { flightgear::addSentryTag("fghome-readonly", "true"); - std::cerr << "Read-Only-Home" << std::endl; } std::string version(FLIGHTGEAR_VERSION);