diff options
| -rw-r--r-- | recovery_ui/screen_ui.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery_ui/screen_ui.cpp b/recovery_ui/screen_ui.cpp index 75797cee..12e4167d 100644 --- a/recovery_ui/screen_ui.cpp +++ b/recovery_ui/screen_ui.cpp @@ -982,7 +982,6 @@ void ScreenRecoveryUI::BattMonitorThreadLoop() { // If we can't read battery percentage, it may be a device without battery. In this // situation, use 100 as a fake battery percentage. if (status != android::OK) { - LOG(WARNING) << "Using fake battery capacity 100."; prop.valueInt64 = 100; } |
