mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-10 06:22:15 -05:00
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:
parent
fee9f658c7
commit
38b79810d8
@ -2144,7 +2144,6 @@ void MainWindow::guiUpdate()
|
|||||||
int(100*m_s6/6.0));
|
int(100*m_s6/6.0));
|
||||||
|
|
||||||
if(nsec != m_sec0) { //Once per second
|
if(nsec != m_sec0) { //Once per second
|
||||||
qDebug() << m_bSimplex;
|
|
||||||
if(m_mode!="Echo") {
|
if(m_mode!="Echo") {
|
||||||
int ipct=0;
|
int ipct=0;
|
||||||
if(m_monitoring or m_transmitting) ipct=int(100*m_nseq/txDuration);
|
if(m_monitoring or m_transmitting) ipct=int(100*m_nseq/txDuration);
|
||||||
|
Loading…
Reference in New Issue
Block a user