Remove a diagnostic write.

This commit is contained in:
Joe Taylor 2022-12-15 12:15:36 -05:00
parent 469caa7d0c
commit 58964d1f87

View File

@ -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);
}
}