]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7500: remove debug
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 20 Nov 2014 00:00:29 +0000 (18:00 -0600)
committerMichael Jerris <mike@jerris.com>
Thu, 28 May 2015 17:46:45 +0000 (12:46 -0500)
src/switch_core_media.c

index 03e83b5c43aa075f78a359b01aa8a0978cc09993..47ee39b12b6ee3d441c44b6d3a1528a021184d15 100644 (file)
@@ -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;
                }
        }