mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 11:19:28 +00:00
FS-7501: remove debug
This commit is contained in:
parent
b9d64cc206
commit
6b92f8624c
@ -357,8 +357,6 @@ SWITCH_DECLARE(uint32_t) switch_vb_pop_nack(switch_vb_t *vb)
|
||||
switch_core_hash_this(hi, &var, NULL, &val);
|
||||
seq = ntohs(*((uint16_t *) var));
|
||||
|
||||
vb_debug(vb, 3, "WTF ENTRY %u\n", seq);
|
||||
|
||||
if (!least || seq < least) {
|
||||
least = seq;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user