Chromium Code Reviews| Index: media/formats/mp4/hevc.cc |
| diff --git a/media/formats/mp4/hevc.cc b/media/formats/mp4/hevc.cc |
| index 817c172553c71aec14af06b89da078fbbf68d19d..de8fe962e3c27774ac3b468801e15ee079914a41 100644 |
| --- a/media/formats/mp4/hevc.cc |
| +++ b/media/formats/mp4/hevc.cc |
| @@ -116,10 +116,6 @@ bool HEVCDecoderConfigurationRecord::ParseInternal( |
| } |
| } |
| - if (media_log.get()) { |
| - MEDIA_LOG(INFO, media_log) << "Video codec: hevc"; |
| - } |
| - |
| return true; |
| } |