From 58964d1f87a062329c360bd0fd76802fc9113355 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 15 Dec 2022 12:15:36 -0500 Subject: [PATCH] Remove a diagnostic write. --- widgets/activeStations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }