diff --git a/QnetGateway.cpp b/QnetGateway.cpp index e40035f..877366f 100644 --- a/QnetGateway.cpp +++ b/QnetGateway.cpp @@ -1138,13 +1138,8 @@ void CQnetGateway::ProcessG2(const ssize_t g2buflen, const SDSVT &g2buf, const b } } - if (lastctrl == (0x3FU && g2buf.ctrl)) { - if (LOG_DEBUG) - fprintf(stderr, "Warning: Duplicate voice packet, ignoring\n"); - } else { - lastctrl = (0x3FU & g2buf.ctrl); - Gate2Modem[i].Write(g2buf.title, 27); - } + lastctrl = (0x3FU & g2buf.ctrl); + Gate2Modem[i].Write(g2buf.title, 27); /* timeit */ time(&toRptr[i].last_time);