From 5ff39f65aba461cbbaed437d865d7b80d5900899 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 2 Oct 2020 20:55:31 +0100 Subject: [PATCH] Revert "Even more diags" This reverts commit 37e5b52d40ca3c6fc4a767b0866468247c8ccbf6. --- main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.cpp b/main.cpp index 9c25bce0e..99f109237 100644 --- a/main.cpp +++ b/main.cpp @@ -8,7 +8,6 @@ #include #include -#include #include #include #include @@ -103,7 +102,6 @@ int main(int argc, char *argv[]) // Multiple instances communicate with jt9 via this QSharedMemory mem_jt9; - LOG_INFO ("plugins path: " << QLibraryInfo::location (QLibraryInfo::PluginsPath)); QApplication a(argc, argv); try {