From cca53ff18a735441fa5d77a7fb57f75fa40fd160 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 4 Feb 2016 16:12:25 +0000 Subject: [PATCH] Remove diagnostic prints. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6465 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 7623b0138..f8e504eac 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -1485,9 +1485,7 @@ void MainWindow::closeEvent(QCloseEvent * e) mem_jt9->detach(); QFile quitFile {m_config.temp_dir ().absoluteFilePath (".quit")}; quitFile.open(QIODevice::ReadWrite); - qDebug() << "A"; QFile {m_config.temp_dir ().absoluteFilePath (".lock")}.remove(); // Allow jt9 to terminate - qDebug() << "B"; bool b=proc_jt9.waitForFinished(1000); if(!b) proc_jt9.kill(); quitFile.remove();