]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7501: remove debug
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 12 Jan 2015 18:07:58 +0000 (12:07 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:46:53 +0000 (12:46 -0500)
src/switch_vidderbuffer.c

index 78a973fcdef14d9f8c63042ce6198d3a238863c2..6afdde3547d1ca7561e03ab96fff3611da612d80 100644 (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;
                }