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

Commit 0305cf0f authored by Elliott Hughes's avatar Elliott Hughes
Browse files

init: remove debug logging.

I think this was left in by accident?

Test: treehugger
Change-Id: Ie954efe33f1f811f58c9df4934d50caf0f79e0ea
parent da0756b5
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));
}