From: Anthony Minessale Date: Thu, 20 Nov 2014 00:00:29 +0000 (-0600) Subject: FS-7500: remove debug X-Git-Tag: v1.6.2~614^2~579 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96025a407d3c6ff37d79a5d8afa76be5a312f22f;p=thirdparty%2Ffreeswitch.git FS-7500: remove debug --- diff --git a/src/switch_core_media.c b/src/switch_core_media.c index 03e83b5c43..47ee39b12b 100644 --- a/src/switch_core_media.c +++ b/src/switch_core_media.c @@ -9738,7 +9738,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_read_video_frame(switch_core } if (decode_status == SWITCH_STATUS_MORE_DATA) { - printf("mo data\n"); goto top; } }