mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-21 03:28:59 -04:00
Remove a diagnostic write.
This commit is contained in:
parent
469caa7d0c
commit
58964d1f87
@ -104,7 +104,7 @@ void ActiveStations::on_textEdit_clicked()
|
||||
text = cursor.selectedText();
|
||||
if(text!="") {
|
||||
int nline=text.left(2).toInt()-1;
|
||||
qDebug() << "aa" << text << nline;
|
||||
// qDebug() << "aa" << text << nline;
|
||||
emit callSandP(nline);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user