Revert "More temporary diags"

This reverts commit 467c52eb31.
This commit is contained in:
Bill Somerville 2020-10-02 20:55:44 +01:00
parent 5ff39f65ab
commit e8eadcf0a0
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
2 changed files with 1 additions and 2 deletions

View File

@ -230,6 +230,6 @@ void WSJTXLogging::qt_log_handler (QtMsgType type, QMessageLogContext const& con
if (QtFatalMsg == type) if (QtFatalMsg == type)
{ {
// bail out // bail out
//throw std::runtime_error {"Fatal Qt Error"}; throw std::runtime_error {"Fatal Qt Error"};
} }
} }

View File

@ -106,7 +106,6 @@ int main(int argc, char *argv[])
try try
{ {
LOG_INFO ("Application directory: " << a.applicationDirPath ()); LOG_INFO ("Application directory: " << a.applicationDirPath ());
qInfo () << "Library paths:" << a.libraryPaths ();
// LOG_INfO ("+++++++++++++++++++++++++++ Resources ++++++++++++++++++++++++++++"); // LOG_INfO ("+++++++++++++++++++++++++++ Resources ++++++++++++++++++++++++++++");
// { // {
// QDirIterator resources_iter {":/", QDirIterator::Subdirectories}; // QDirIterator resources_iter {":/", QDirIterator::Subdirectories};