| Index: chromecast/media/cma/base/buffering_controller.cc
|
| diff --git a/chromecast/media/cma/base/buffering_controller.cc b/chromecast/media/cma/base/buffering_controller.cc
|
| index e46f0a9f52d76e8a5ed98101824041850a20255f..9e7cb6c9c01413f7d99f09d7e241eb887e3394d8 100644
|
| --- a/chromecast/media/cma/base/buffering_controller.cc
|
| +++ b/chromecast/media/cma/base/buffering_controller.cc
|
| @@ -197,7 +197,6 @@ bool BufferingController::IsLowBufferLevel() {
|
| }
|
|
|
| void BufferingController::DumpState() const {
|
| - CMALOG(kLogControl) << __FUNCTION__;
|
| for (StreamList::const_iterator it = stream_list_.begin();
|
| it != stream_list_.end(); ++it) {
|
| CMALOG(kLogControl) << (*it)->ToString();
|
|
|