Stop printing Unable to mount to console if storage is removable. We will still print to
recovery.log

Change-Id: I19e3df2e977e09e222733f13324051334982b05d
diff --git a/partition.cpp b/partition.cpp
index 2ebb5c5..56cae1e 100644
--- a/partition.cpp
+++ b/partition.cpp
@@ -1001,7 +1001,7 @@
 			}
 		} else {
 #endif
-			if (Display_Error)
+			if (!Removable && Display_Error)
 				LOGERR("Unable to mount '%s'\n", Mount_Point.c_str());
 			else
 				LOGINFO("Unable to mount '%s'\n", Mount_Point.c_str());