[net] remove debug output

This commit is contained in:
streetturtle 2020-08-13 13:54:08 -04:00
parent 1abaf02676
commit aed5e8a2bf
1 changed files with 0 additions and 3 deletions

View File

@ -109,9 +109,6 @@ local function worker(args)
if i%2 == 0 then cur_tx = cur_tx + cur_vals[i] end if i%2 == 0 then cur_tx = cur_tx + cur_vals[i] end
end end
print('cur_rx = ' .. cur_rx)
print('cur_tx = ' .. cur_tx)
local speed_rx = cur_rx - prev_rx local speed_rx = cur_rx - prev_rx
local speed_tx = cur_tx - prev_tx local speed_tx = cur_tx - prev_tx