commit | 021304503aec1f32321f6e91efc8c82b517909e0 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Feb 24 19:54:18 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Feb 24 19:54:19 2017 +0000 |
tree | a1bb8330d9afc0e5f332c7208fa9e389dc510077 | |
parent | 3ac0dd2a56385f20f9cfd1af4e5551ec69ca0ad3 [diff] | |
parent | f7f1da3fb5f0fafa856510792ccce85143c25412 [diff] |
Merge "recovery: Don't show "No /cache partition found" on screen."
diff --git a/recovery.cpp b/recovery.cpp index 9dfe5d1..8c214be 100644 --- a/recovery.cpp +++ b/recovery.cpp
@@ -961,7 +961,6 @@ } } 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{