summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-02-24 19:07:45 +0100
committerTao Bao <tbao@google.com>2017-02-24 19:16:18 +0100
commitf7f1da3fb5f0fafa856510792ccce85143c25412 (patch)
tree9246cc24b79871bebf84240941809cfb8508f2e5
parentMerge "recovery: Clean up browse_directory()." (diff)
downloadandroid_bootable_recovery-f7f1da3fb5f0fafa856510792ccce85143c25412.tar
android_bootable_recovery-f7f1da3fb5f0fafa856510792ccce85143c25412.tar.gz
android_bootable_recovery-f7f1da3fb5f0fafa856510792ccce85143c25412.tar.bz2
android_bootable_recovery-f7f1da3fb5f0fafa856510792ccce85143c25412.tar.lz
android_bootable_recovery-f7f1da3fb5f0fafa856510792ccce85143c25412.tar.xz
android_bootable_recovery-f7f1da3fb5f0fafa856510792ccce85143c25412.tar.zst
android_bootable_recovery-f7f1da3fb5f0fafa856510792ccce85143c25412.zip
-rw-r--r--recovery.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/recovery.cpp b/recovery.cpp
index 9dfe5d1bf..8c214beb2 100644
--- a/recovery.cpp
+++ b/recovery.cpp
@@ -961,7 +961,6 @@ static void choose_recovery_file(Device* device) {
}
} else {
// If cache partition is not found, view /tmp/recovery.log instead.
- ui->Print("No /cache partition found.\n");
if (access(TEMPORARY_LOG_FILE, R_OK) == -1) {
return;
} else{