mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-08-13 11:12:26 -04:00
Remove a diagnostic write.
This commit is contained in:
parent
fe19a7263d
commit
e6fad89904
@ -874,7 +874,6 @@ void MainWindow::decode() //decode()
|
|||||||
} else {
|
} else {
|
||||||
memcpy(datcom_.datetime, m_dateTime.toLatin1(), 11);
|
memcpy(datcom_.datetime, m_dateTime.toLatin1(), 11);
|
||||||
}
|
}
|
||||||
qDebug() << "aa" << fname << m_dateTime << datcom_.datetime;
|
|
||||||
datcom_.junk1=1234; //Cecck for these values in m65
|
datcom_.junk1=1234; //Cecck for these values in m65
|
||||||
datcom_.junk2=5678;
|
datcom_.junk2=5678;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user