aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2022-03-04 16:46:47 +0000
committerMatthew Wild <mwild1@gmail.com>2022-03-04 16:46:47 +0000
commit8eadf174b4d0d68d30d1789737f9eee04205183d (patch)
tree98429e22e0a49e2e8829e5f5fd2b7893045e48cc
parentb47c7951d54d64a3a89854bb80f5d67cc2da90ab (diff)
downloadprosody-8eadf174b4d0d68d30d1789737f9eee04205183d.tar.gz
prosody-8eadf174b4d0d68d30d1789737f9eee04205183d.zip
net.stun: tests: Remove stray print() from debugging
-rw-r--r--spec/net_stun_spec.lua3
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";