Remove unneeded logging

Change-Id: I5c7d104689ed2b578b463a6be55b3688dcc4c01a
This commit is contained in:
Ethan Yonker
2014-02-25 11:19:56 -06:00
parent 30e41c784e
commit c62b34c3ba

View File

@@ -457,7 +457,6 @@ bool TWPartition::Process_Flags(string Flags, bool Display_Error) {
Removable = true;
} else if (strncmp(ptr, "storage", 7) == 0) {
if (ptr_len == 7) {
LOGINFO("ptr_len is 7, storage set to true\n");
Is_Storage = true;
} else if (ptr_len == 9) {
ptr += 9;