From 908012ed779e0ec1a639c4a4c7873c19579e05a3 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Sun, 30 Jun 2024 12:57:08 -0400 Subject: [PATCH] Update squelch_cc.py remove debug mode --- squelch_cc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/squelch_cc.py b/squelch_cc.py index 5787f4e2..c8da9147 100644 --- a/squelch_cc.py +++ b/squelch_cc.py @@ -59,8 +59,8 @@ def increment_mode(): mode = file.read(1) except: # mode = "f" - if (debug_mode == 1): - print("Can't open .mode file") # , defaulting to FSK") +# if (debug_mode == 1): + print("Can't open .mode file") # , defaulting to FSK") file.close() print("Mode is: ") print(mode)