diff --git a/init/service_utils.cpp b/init/service_utils.cpp index f2383d7a6..263cb733f 100644 --- a/init/service_utils.cpp +++ b/init/service_utils.cpp @@ -190,8 +190,6 @@ Result 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)); }