Remove some debug from iofunc.c

pull/1119/head
Mike Black W9MDB 2022-09-04 10:48:53 -05:00
rodzic 0cd6f1f761
commit 86245cffa6
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -484,7 +484,6 @@ static int port_read_sync_data(hamlib_port_t *p, void *buf, size_t count)
int result;
ssize_t bytes_read;
HAMLIB_TRACE;
result = ReadFile(p->sync_data_pipe->read, buf, count, NULL, overlapped);
if (!result)