diff --git a/widgets/activeStations.cpp b/widgets/activeStations.cpp index 9c41e7073..433eb9cd3 100644 --- a/widgets/activeStations.cpp +++ b/widgets/activeStations.cpp @@ -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); } }