1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

remove obsolete staff to debug the driver

This commit is contained in:
Stefan Lankes 2016-06-30 22:49:34 +02:00
parent ffc38104c9
commit bb1b451f13

View file

@ -502,9 +502,6 @@ realloc:
i += q->len;
}
if (i != p->tot_len)
kprintf("%d != %d\n", i, p->tot_len);
if (mmnif_commit_packet(dest_ip, write_address))
{
DEBUGPRINTF("mmnif_tx(): packet somehow lost during commit\n");