Skip to content
Snippets Groups Projects
Commit ec51ed77 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #10016: SDP: removed verbose debuggin

parent 2d8c322e
No related branches found
No related tags found
No related merge requests found
......@@ -408,7 +408,6 @@ void Sdp::getRemoteSdpCryptoFromOffer(const pjmedia_sdp_session* remote_sdp, Cry
pjmedia_sdp_attr *attribute = media->attr[j];
// @TODO our parser require the "a=crypto:" to be present
ERROR(" attribute %s", pj_strbuf(&attribute->name));
if (pj_stricmp2(&attribute->name, "crypto") == 0)
crypto_offer.push_back("a=crypto:" + std::string(attribute->value.ptr, attribute->value.slen));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment