mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-14 09:58:17 +00:00
remove debugging wtf
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5494 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -659,8 +659,6 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_write_frame(switch_core_sess
|
||||
rate = session->write_codec->implementation->samples_per_second;
|
||||
}
|
||||
|
||||
printf("WTF %d %d %d\n", rate, enc_frame->datalen, session->enc_write_frame.datalen);
|
||||
|
||||
status = switch_core_codec_encode(session->write_codec,
|
||||
frame->codec,
|
||||
enc_frame->data,
|
||||
|
Reference in New Issue
Block a user