remove debugging wtf

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5494 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-07-03 14:46:58 +00:00
parent 333fa35773
commit 796b476330
4 changed files with 1 additions and 6 deletions

View File

@@ -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,