Remove more noisy debug from frame.c

pull/1349/head
Mike Black W9MDB 2023-08-12 11:32:27 -05:00
rodzic 7392d206a8
commit f0765e6c3a
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -288,10 +288,8 @@ read_another_frame:
* FIXME: handle padding/collisions
* ACKFRMLEN is the smallest frame we can expect from the rig
*/
rig_debug(RIG_DEBUG_ERR, "%s(%d): p->timeout=%d\n", __func__, __LINE__, rs->rigport.timeout);
buf[0] = 0;
frm_len = read_icom_frame(&rs->rigport, buf, sizeof(buf));
rig_debug(RIG_DEBUG_ERR, "%s(%d): p->timeout=%d\n", __func__, __LINE__ ,rs->rigport.timeout);
if (frm_len > 4 && memcmp(buf, sendbuf, frm_len) == 0)
priv->serial_USB_echo_off = 0;