From 38b79810d8bde5732aa852e8d0f2959e158b8e56 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 12 Jun 2015 14:10:54 +0000 Subject: [PATCH] Remove a diagnostic write. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5598 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 49c6614b7..9611281b0 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2144,7 +2144,6 @@ void MainWindow::guiUpdate() int(100*m_s6/6.0)); if(nsec != m_sec0) { //Once per second - qDebug() << m_bSimplex; if(m_mode!="Echo") { int ipct=0; if(m_monitoring or m_transmitting) ipct=int(100*m_nseq/txDuration);