From 5116e83bcda9c8e19b5aae23a18f7d5ccd4a1d43 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 12 Jun 2015 17:30:08 +0000 Subject: [PATCH] Remove a diagnostic write. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5600 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index a2df81764..a9bc0cf2a 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -904,7 +904,6 @@ void MainWindow::dataSink(qint64 frames) int i1=cmnd.indexOf("/wsprd "); cmnd=t3.mid(0,i1+7) + t3.mid(i1+7); ui->DecodeButton->setChecked (true); - qDebug() << cmnd; p1.start(QDir::toNativeSeparators(cmnd)); } m_rxDone=true;