Skip to content

Commit

Permalink
ArduinoCloudCertificate: remove stray Serial.println
Browse files Browse the repository at this point in the history
  • Loading branch information
pennam committed Feb 19, 2024
1 parent 106fb18 commit 86d12cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utility/SElementArduinoCloudCertificate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ int SElementArduinoCloudCertificate::read(SecureElement & se, ECP256Certificate
}

derLen = (derBuffer[2] << 8 | derBuffer[3]) + 4;
Serial.print("derLen:");
Serial.println(derLen);
if (!cert.importCert(derBuffer, derLen)) {
return 0;
}
Expand Down

0 comments on commit 86d12cf

Please sign in to comment.