net.stun: tests: Remove stray print() from debugging

This commit is contained in:
Matthew Wild 2022-03-04 16:46:47 +00:00
parent b47c7951d5
commit 8eadf174b4

View file

@ -46,9 +46,6 @@ local sample_packet = parse[[
8c a8 96 66 }
]];
--print(hex.encode(sample_packet))
print(sample_packet)
describe("net.stun", function ()
local stun = require "net.stun";