Remove a diagnostic write.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5598 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2015-06-12 14:10:54 +00:00
parent fee9f658c7
commit 38b79810d8
1 changed files with 0 additions and 1 deletions

View File

@ -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);