From c9b5c65b83b5309df766c77785806e3612c82ceb Mon Sep 17 00:00:00 2001 From: Christian Heimlich Date: Thu, 27 Aug 2020 19:12:16 -0400 Subject: [PATCH] - Removed accidentally left qDebug() statement --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index b3cc825..f688c90 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -148,7 +148,6 @@ int main(int argc, char *argv[]) //-Check for existance of required core applications----------------------------------- for(QString coreApp : CORE_APP_PATHS) { - qDebug() << QCoreApplication::applicationDirPath(); QString fullAppPath = QDir::toNativeSeparators(QCoreApplication::applicationDirPath() + "\\" + coreApp); if(!QFileInfo::exists(fullAppPath) || !QFileInfo(fullAppPath).isFile()) {