From 534299d9fbdf644d571cfe03896f30982d5a5b69 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Thu, 9 Jun 2022 08:29:02 -0500 Subject: [PATCH] Reduce debug in misc.c --- src/misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/misc.c b/src/misc.c index b8d94def2..41bfda297 100644 --- a/src/misc.c +++ b/src/misc.c @@ -2462,7 +2462,7 @@ long long HAMLIB_API rig_get_caps_int(rig_model_t rig_model, return caps->rig_model; case RIG_CAPS_PTT_TYPE: - rig_debug(RIG_DEBUG_TRACE, "%s: return %u\n", __func__, caps->ptt_type); + //rig_debug(RIG_DEBUG_TRACE, "%s: return %u\n", __func__, caps->ptt_type); return caps->ptt_type; case RIG_CAPS_PORT_TYPE: