Merge "init: remove debug logging." am: d15b09f187
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1964585 Change-Id: I11e9e0177913e389c00ba74206b4addbd81e215a
This commit is contained in:
commit
43e805b862
1 changed files with 0 additions and 2 deletions
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue