nvnet: Drop useless dprintf

This commit is contained in:
Matt Borgerson 2025-06-20 16:07:02 -07:00 committed by mborgerson
parent 2f78df32af
commit 6bbd86a293
1 changed files with 0 additions and 1 deletions

View File

@ -589,7 +589,6 @@ static ssize_t nvnet_receive_iov(NetClientState *nc, const struct iovec *iov,
NVNET_DPRINTF("nvnet: Packet received!\n");
if (is_packet_oversized(size)) {
NVNET_DPRINTF("%s packet too large!\n", __func__);
trace_nvnet_rx_oversized(size);
return size;
}