Skip to content

Commit f36eaa8

Browse files
committed
fixup! Fix additional-trust-anchors
1 parent 97d801e commit f36eaa8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/policy_cert_verifier.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ net::CertVerifier::Config ExtendTrustAnchors(
5050
PolicyCertVerifier::PolicyCertVerifier(
5151
const base::Closure& anchor_used_callback)
5252
: anchor_used_callback_(anchor_used_callback) {
53-
LOG(WARNING) << "===> PolicyCertVerifier::PolicyCertVerifier";
5453
//DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
5554
}
5655

@@ -70,7 +69,6 @@ void PolicyCertVerifier::InitializeOnIOThread(
7069

7170
void PolicyCertVerifier::SetTrustAnchors(
7271
const net::CertificateList& trust_anchors) {
73-
LOG(WARNING) << "===> PolicyCertVerifier::SetTrustAnchors";
7472
if (trust_anchors == trust_anchors_)
7573
return;
7674
trust_anchors_ = trust_anchors;

0 commit comments

Comments
 (0)