Bug 1476081: Removed two leftover debugging statements, r=dminor

Removed two leftover debugging statements

MozReview-Commit-ID: 7Cbsa2MJ2OS

--HG--
extra : rebase_source : dd5125022c842ac8db17000976d25f5108cb4fe6
This commit is contained in:
Johannes Willbold 2018-07-16 12:20:06 -07:00
parent f5a293984d
commit 104efdacd0
2 changed files with 0 additions and 2 deletions

View File

@ -91,7 +91,6 @@ RsdparsaSdp::AddMediaSection(SdpMediaSection::MediaType mediaType,
protocol,addrType,rustAddr);
if (NS_SUCCEEDED(nr)) {
std::cout << "Hello World" << std::endl;
size_t level = mMediaSections.values.size();
RsdparsaSessionHandle newSessHandle(sdp_new_reference(mSession.get()));

View File

@ -159,7 +159,6 @@ pub unsafe extern "C" fn sdp_add_media_section(session: *mut SdpSession,
38 => SdpProtocolValue::UdpDtlsSctp, // Protocol::kUdpDtlsSctp
39 => SdpProtocolValue::TcpDtlsSctp, // Protocol::kTcpDtlsSctp
_ => {
println!("INVALID PROTOCOL");
return NS_ERROR_INVALID_ARG;
}
};