Reduce debug in misc.c

pull/1068/head
Mike Black W9MDB 2022-06-09 08:29:02 -05:00
rodzic bba6a0b88b
commit 534299d9fb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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: