recovery: Also hide rescue mode from non eng builds

Change-Id: I071f3baa6f6ee672a6d76fc7cb8b6a65b4988027
diff --git a/recovery_main.cpp b/recovery_main.cpp
index 7e3adda..89c11c7 100644
--- a/recovery_main.cpp
+++ b/recovery_main.cpp
@@ -451,9 +451,6 @@
   if (get_build_type() != "eng") {
     device->RemoveMenuItemForAction(Device::RUN_GRAPHICS_TEST);
     device->RemoveMenuItemForAction(Device::RUN_LOCALE_TEST);
-  }
-
-  if (!IsRoDebuggable()) {
     device->RemoveMenuItemForAction(Device::ENTER_RESCUE);
   }