diff --git a/lib/src/rlc/rlc_tm.cc b/lib/src/rlc/rlc_tm.cc index 6acd35e8b..75bc8d0d7 100644 --- a/lib/src/rlc/rlc_tm.cc +++ b/lib/src/rlc/rlc_tm.cc @@ -175,7 +175,6 @@ uint32_t rlc_tm::read_pdu(uint8_t* payload, uint32_t nof_bytes) metrics.num_tx_pdu_bytes += pdu_size; return pdu_size; } else { - logger.warning("Queue empty while trying to read"); if (ul_queue.size_bytes() > 0) { logger.warning("Corrupted queue: empty but size_bytes > 0. Resetting queue"); ul_queue.reset();