From 2e3e0df4d6be4bd9aad2f0a155ee2370a45959a0 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Tue, 29 Aug 2023 07:45:42 -0500 Subject: [PATCH] Remove debug from serial.c --- src/serial.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serial.c b/src/serial.c index 23ccd1af8..cad1baa33 100644 --- a/src/serial.c +++ b/src/serial.c @@ -772,7 +772,7 @@ int HAMLIB_API serial_flush(hamlib_port_t *p) } timeout_save = p->timeout; - rig_debug(RIG_DEBUG_ERR, "%s: p->timeout=%d\n", __func__, p->timeout); + //rig_debug(RIG_DEBUG_ERR, "%s: p->timeout=%d\n", __func__, p->timeout); timeout_retry_save = p->timeout_retry; p->timeout = 0; p->timeout_retry = 0;