net.stun: tests: Remove stray print() from debugging
authorMatthew Wild <mwild1@gmail.com>
Fri, 04 Mar 2022 16:46:47 +0000
changeset 12367 0576d7d625a0
parent 12366 0fd58f54d653
child 12368 261ce358e436
net.stun: tests: Remove stray print() from debugging
spec/net_stun_spec.lua
--- a/spec/net_stun_spec.lua	Fri Mar 04 16:33:41 2022 +0000
+++ b/spec/net_stun_spec.lua	Fri Mar 04 16:46:47 2022 +0000
@@ -46,9 +46,6 @@
       8c a8 96 66  }
 ]];
 
---print(hex.encode(sample_packet))
-print(sample_packet)
-
 describe("net.stun", function ()
 	local stun = require "net.stun";