From ea711043a6206f0f3cf9d5d97756b2208764a993 Mon Sep 17 00:00:00 2001 From: Mashintime Date: Sun, 5 Mar 2023 01:36:56 -0500 Subject: [PATCH] Remove hamblib str/alc/rf output --- tnc/modem.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tnc/modem.py b/tnc/modem.py index 3b17de47..bd11f6ba 100644 --- a/tnc/modem.py +++ b/tnc/modem.py @@ -1081,7 +1081,7 @@ class RF: #threading.Event().wait(0.1) static.HAMLIB_STRENGTH = self.hamlib.get_strength() - print(f"ALC: {static.HAMLIB_ALC}, RF: {static.HAMLIB_RF}, STRENGTH: {static.HAMLIB_STRENGTH}") + #print(f"ALC: {static.HAMLIB_ALC}, RF: {static.HAMLIB_RF}, STRENGTH: {static.HAMLIB_STRENGTH}") def calculate_fft(self) -> None: """