Remove unneeded logging
Change-Id: I5c7d104689ed2b578b463a6be55b3688dcc4c01a
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user