FS-5958 remove debug

This commit is contained in:
Anthony Minessale 2013-11-26 10:04:29 -06:00
parent 00f52f3002
commit 83ccceb2b5
1 changed files with 0 additions and 4 deletions

View File

@ -605,10 +605,6 @@ SWITCH_DECLARE(payload_map_t *) switch_core_media_add_payload_map(switch_core_se
if (sdp_type == SDP_TYPE_REQUEST || !exists) {
int b4 = pmap->pt;
pmap->pt = (switch_payload_t) (local_pt ? local_pt : pt);
if (b4 == 97 && pmap->pt == 109) {
abort();
}
}
if (negotiated) {