NetEq: Remove a test printout

BUG=none
TBR=minyue@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2342343002
Cr-Commit-Position: refs/heads/master@{#14262}
This commit is contained in:
henrik.lundin 2016-09-16 06:11:34 -07:00 committed by Commit bot
parent 57b490004d
commit a6974d7f7e

View File

@ -28,7 +28,6 @@ NetEqExternalDecoderTest::NetEqExternalDecoderTest(NetEqDecoder codec,
NetEq::Config config;
config.sample_rate_hz = sample_rate_hz_;
neteq_.reset(NetEq::Create(config, CreateBuiltinAudioDecoderFactory()));
printf("%" PRIuS "\n", channels_);
}
void NetEqExternalDecoderTest::Init() {