From e8eadcf0a03689d1da3748e6e70f760fe3ec3cea Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 2 Oct 2020 20:55:44 +0100 Subject: [PATCH] Revert "More temporary diags" This reverts commit 467c52eb314d093d1e59a744b9120020efd9acf4. --- WSJTXLogging.cpp | 2 +- main.cpp | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/WSJTXLogging.cpp b/WSJTXLogging.cpp index f65624bc4..cf03ba789 100644 --- a/WSJTXLogging.cpp +++ b/WSJTXLogging.cpp @@ -230,6 +230,6 @@ void WSJTXLogging::qt_log_handler (QtMsgType type, QMessageLogContext const& con if (QtFatalMsg == type) { // bail out - //throw std::runtime_error {"Fatal Qt Error"}; + throw std::runtime_error {"Fatal Qt Error"}; } } diff --git a/main.cpp b/main.cpp index 99f109237..7a92e4d52 100644 --- a/main.cpp +++ b/main.cpp @@ -106,7 +106,6 @@ int main(int argc, char *argv[]) try { LOG_INFO ("Application directory: " << a.applicationDirPath ()); - qInfo () << "Library paths:" << a.libraryPaths (); // LOG_INfO ("+++++++++++++++++++++++++++ Resources ++++++++++++++++++++++++++++"); // { // QDirIterator resources_iter {":/", QDirIterator::Subdirectories};