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);
|
switch_core_hash_this(hi, &var, NULL, &val);
|
||||||
seq = ntohs(*((uint16_t *) var));
|
seq = ntohs(*((uint16_t *) var));
|
||||||
|
|
||||||
vb_debug(vb, 3, "WTF ENTRY %u\n", seq);
|
|
||||||
|
|
||||||
if (!least || seq < least) {
|
if (!least || seq < least) {
|
||||||
least = seq;
|
least = seq;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue