Merge "recovery: Don't show "No /cache partition found" on screen."
am: 021304503a

Change-Id: I5bc7cba2eb474faf60212877cd621d8ab06fe00c
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{