nfqws: -artefact

This commit is contained in:
bol-van 2021-03-12 15:45:43 +03:00
parent 199bf7c9b0
commit dccf672d8a

View File

@ -675,7 +675,6 @@ void tcp_rewrite_wscale(struct tcphdr *tcp, uint8_t scale_factor)
else
{
scale[2]=scale_factor;
if (scale_factor_old!=scale_factor)
DLOG("Scale factor change %u => %u\n", scale_factor_old, scale_factor)
}
}