Skip to content

Commit

Permalink
- Removed accidentally left qDebug() statement
Browse files Browse the repository at this point in the history
  • Loading branch information
oblivioncth committed Aug 27, 2020
1 parent ec2b399 commit c9b5c65
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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())
{
Expand Down

0 comments on commit c9b5c65

Please sign in to comment.