# HG changeset patch # User Matthew Wild # Date 1646412407 0 # Node ID 0576d7d625a02a64be789ba400983592ab916a1b # Parent 0fd58f54d6537eca4f6041ed3564d5d7efbb9e9b net.stun: tests: Remove stray print() from debugging diff -r 0fd58f54d653 -r 0576d7d625a0 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";