We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 106fb18 commit 86d12cfCopy full SHA for 86d12cf
src/utility/SElementArduinoCloudCertificate.cpp
@@ -46,8 +46,6 @@ int SElementArduinoCloudCertificate::read(SecureElement & se, ECP256Certificate
46
}
47
48
derLen = (derBuffer[2] << 8 | derBuffer[3]) + 4;
49
- Serial.print("derLen:");
50
- Serial.println(derLen);
51
if (!cert.importCert(derBuffer, derLen)) {
52
return 0;
53
0 commit comments