Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Unified Diff: chromecast/media/cma/base/buffering_controller.cc

Issue 908023002: Chromecast: Remove useless log in BufferingController (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698