diff options
author | Matthew Wild <mwild1@gmail.com> | 2022-03-04 16:46:47 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2022-03-04 16:46:47 +0000 |
commit | 8eadf174b4d0d68d30d1789737f9eee04205183d (patch) | |
tree | 98429e22e0a49e2e8829e5f5fd2b7893045e48cc /spec | |
parent | b47c7951d54d64a3a89854bb80f5d67cc2da90ab (diff) | |
download | prosody-8eadf174b4d0d68d30d1789737f9eee04205183d.tar.gz prosody-8eadf174b4d0d68d30d1789737f9eee04205183d.zip |
net.stun: tests: Remove stray print() from debugging
Diffstat (limited to 'spec')
-rw-r--r-- | spec/net_stun_spec.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/spec/net_stun_spec.lua b/spec/net_stun_spec.lua index 9b6e844a..f5445a96 100644 --- a/spec/net_stun_spec.lua +++ b/spec/net_stun_spec.lua @@ -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"; |