Changeset

12363:0576d7d625a0

net.stun: tests: Remove stray print() from debugging
author Matthew Wild <mwild1@gmail.com>
date Fri, 04 Mar 2022 16:46:47 +0000
parents 12362:0fd58f54d653
children 12364:261ce358e436
files spec/net_stun_spec.lua
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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";