Index: crypto/hmac_nss.cc |
=================================================================== |
--- crypto/hmac_nss.cc (revision 106881) |
+++ crypto/hmac_nss.cc (working copy) |
@@ -100,9 +100,6 @@ |
if (PK11_DigestOp(context.get(), |
reinterpret_cast<const unsigned char*>(data.data()), |
data.length()) != SECSuccess) { |
- LOG(WARNING) << "PK11_DigestOp failed, error " << PORT_GetError() |
- << ", slot name " << PK11_GetSlotName(plat_->slot_.get()) |
- << ", token name " << PK11_GetTokenName(plat_->slot_.get()); |
NOTREACHED(); |
return false; |
} |