From 4b40e20d9825e66c7b7cd77371d3f1e8801f06ae Mon Sep 17 00:00:00 2001 From: Phil Taylor Date: Wed, 25 Jan 2023 15:39:01 +0000 Subject: [PATCH] Remove some debugging --- wfmain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wfmain.cpp b/wfmain.cpp index e224e66..cb6f5d9 100644 --- a/wfmain.cpp +++ b/wfmain.cpp @@ -6597,7 +6597,7 @@ void wfmain::receiveCwPitch(unsigned char pitch) { cwPitch = round((((600.0 / 255.0) * pitch) + 300)/5.0)*5.0; passbandCenterFrequency = cwPitch / 2000000.0; } - qDebug() << "CW" << pitch << "Pitch" << cwPitch; + //qDebug() << "CW" << pitch << "Pitch" << cwPitch; } void wfmain::receiveTPBFInner(unsigned char level) {