Removing logging in unit test that was committed accidentally.

NOTRY=True
TBR=pthatcher@webrtc.org

Bug: None
Change-Id: Icf9a8c630e770025160da52a464b0a6e37fa6b19
Reviewed-on: https://webrtc-review.googlesource.com/6260
Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20131}
This commit is contained in:
Taylor Brandstetter
2017-10-03 19:29:18 -07:00
committed by Commit Bot
parent 1c34974d6f
commit 98ea2dac8a

View File

@ -2129,10 +2129,6 @@ TEST_F(MediaSessionDescriptionFactoryTest,
EXPECT_EQ(vp8_offerer_rtx, codecs[1]);
EXPECT_EQ(vp9, codecs[2]);
EXPECT_EQ(vp9_rtx, codecs[3]);
LOG(LS_INFO) << "Offer codecs: ";
for (auto codec : codecs) {
LOG(LS_INFO) << codec.ToString();
}
}
// Create an updated offer that adds video after creating an audio only answer