Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 515e7a4f authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: remove the repetitive and annoying bootconfig error print"

parents 3ed85748 73fbf0ee
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -55,8 +55,6 @@ bool fs_mgr_get_boot_config(const std::string& key, std::string* out_val) {
        if (android::base::ReadFileToString(file_name, out_val)) {
        if (android::base::ReadFileToString(file_name, out_val)) {
            return true;
            return true;
        }
        }

        LINFO << "Error finding '" << key << "' in device tree";
    }
    }


    return false;
    return false;