mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-05 07:24:38 -04:00
Remove a diagnostic write.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user