| Index: webrtc/modules/audio_coding/neteq/timestamp_scaler.cc
|
| diff --git a/webrtc/modules/audio_coding/neteq/timestamp_scaler.cc b/webrtc/modules/audio_coding/neteq/timestamp_scaler.cc
|
| index eb69ac78899ce9ff9670493bcc96def7046a3603..9f161e498e07435fe3adc48c8c9d7bbf7e33c11f 100644
|
| --- a/webrtc/modules/audio_coding/neteq/timestamp_scaler.cc
|
| +++ b/webrtc/modules/audio_coding/neteq/timestamp_scaler.cc
|
| @@ -87,8 +87,6 @@ uint32_t TimestampScaler::ToInternal(uint32_t external_timestamp,
|
| assert(denominator_ > 0); // Should not be possible.
|
| external_ref_ = external_timestamp;
|
| internal_ref_ += (external_diff * numerator_) / denominator_;
|
| - LOG(LS_VERBOSE) << "Converting timestamp: " << external_timestamp <<
|
| - " -> " << internal_ref_;
|
| return internal_ref_;
|
| } else {
|
| // No scaling.
|
|
|