diff --git a/kernel/branches/net/network/stack.inc b/kernel/branches/net/network/stack.inc index 0748c111f6..b0783c9ade 100644 --- a/kernel/branches/net/network/stack.inc +++ b/kernel/branches/net/network/stack.inc @@ -268,11 +268,6 @@ stack_handler: cmp [NET_RUNNING], 0 je .exit - cmp [UDP_PACKETS_TX], 50 - jb @f - DEBUGF 1, "\n\nCRAP!\n\n" - jmp $ - @@: ; Test for 10ms tick mov eax, [timer_ticks]