From: Anthony Minessale Date: Mon, 12 Jan 2015 18:07:58 +0000 (-0600) Subject: FS-7501: remove debug X-Git-Tag: v1.6.2~614^2~493 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b92f8624ca7903e6f48d8b04ed01cb6ced43546;p=thirdparty%2Ffreeswitch.git FS-7501: remove debug --- diff --git a/src/switch_vidderbuffer.c b/src/switch_vidderbuffer.c index 78a973fcde..6afdde3547 100644 --- a/src/switch_vidderbuffer.c +++ b/src/switch_vidderbuffer.c @@ -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; }