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

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

Merge "init: remove debug logging."

parents e882aa84 0305cf0f
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -190,8 +190,6 @@ Result<Descriptor> FileDescriptor::Create() const {
    // Fixup as we set O_NONBLOCK for open, the intent for fd is to block reads.
    fcntl(fd, F_SETFL, flags);

    LOG(INFO) << "Opened file '" << name << "', flags " << flags;

    return Descriptor(ANDROID_FILE_ENV_PREFIX + name, std::move(fd));
}