mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 05:07:42 +03:00
net.stun: tests: Remove stray print() from debugging
This commit is contained in:
parent
b47c7951d5
commit
8eadf174b4
1 changed files with 0 additions and 3 deletions
|
@ -46,9 +46,6 @@ local sample_packet = parse[[
|
||||||
8c a8 96 66 }
|
8c a8 96 66 }
|
||||||
]];
|
]];
|
||||||
|
|
||||||
--print(hex.encode(sample_packet))
|
|
||||||
print(sample_packet)
|
|
||||||
|
|
||||||
describe("net.stun", function ()
|
describe("net.stun", function ()
|
||||||
local stun = require "net.stun";
|
local stun = require "net.stun";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue