FS-7501: remove debug

This commit is contained in:
Anthony Minessale 2015-01-12 12:07:58 -06:00 committed by Michael Jerris
parent b9d64cc206
commit 6b92f8624c
1 changed files with 0 additions and 2 deletions

View File

@ -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;
}