mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-04 06:07:50 -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();
|
text = cursor.selectedText();
|
||||||
if(text!="") {
|
if(text!="") {
|
||||||
int nline=text.left(2).toInt()-1;
|
int nline=text.left(2).toInt()-1;
|
||||||
qDebug() << "aa" << text << nline;
|
// qDebug() << "aa" << text << nline;
|
||||||
emit callSandP(nline);
|
emit callSandP(nline);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user