Remove unhelpful log
This commit is contained in:
@@ -9,9 +9,9 @@ Instead, let them appear just like regular ones.
|
||||
|
||||
License: GPL-3.0-only - https://spdx.org/licenses/GPL-3.0-only.html
|
||||
---
|
||||
net/cert/ev_root_ca_metadata.cc | 14 +++++++++++++-
|
||||
net/cert/ev_root_ca_metadata.cc | 15 +++++++++++++--
|
||||
net/cert/ev_root_ca_metadata.h | 2 +-
|
||||
2 files changed, 14 insertions(+), 2 deletions(-)
|
||||
2 files changed, 14 insertions(+), 3 deletions(-)
|
||||
|
||||
diff --git a/net/cert/ev_root_ca_metadata.cc b/net/cert/ev_root_ca_metadata.cc
|
||||
--- a/net/cert/ev_root_ca_metadata.cc
|
||||
@@ -37,6 +37,14 @@ diff --git a/net/cert/ev_root_ca_metadata.cc b/net/cert/ev_root_ca_metadata.cc
|
||||
|
||||
#endif // defined(PLATFORM_USES_CHROMIUM_EV_METADATA)
|
||||
} // namespace
|
||||
@@ -115,7 +127,6 @@ bool EVRootCAMetadata::RemoveEVCA(const SHA256HashValue& fingerprint) {
|
||||
//
|
||||
|
||||
bool EVRootCAMetadata::IsEVPolicyOID(der::Input policy_oid) const {
|
||||
- LOG(WARNING) << "Not implemented";
|
||||
return false;
|
||||
}
|
||||
|
||||
diff --git a/net/cert/ev_root_ca_metadata.h b/net/cert/ev_root_ca_metadata.h
|
||||
--- a/net/cert/ev_root_ca_metadata.h
|
||||
+++ b/net/cert/ev_root_ca_metadata.h
|
||||
|
||||
Reference in New Issue
Block a user