[net] remove debug output
This commit is contained in:
parent
1abaf02676
commit
aed5e8a2bf
|
@ -109,9 +109,6 @@ local function worker(args)
|
|||
if i%2 == 0 then cur_tx = cur_tx + cur_vals[i] end
|
||||
end
|
||||
|
||||
print('cur_rx = ' .. cur_rx)
|
||||
print('cur_tx = ' .. cur_tx)
|
||||
|
||||
local speed_rx = cur_rx - prev_rx
|
||||
local speed_tx = cur_tx - prev_tx
|
||||
|
||||
|
|
Loading…
Reference in New Issue