Skip to content

Commit

Permalink
Merge pull request #8 from pennam/remove-print
Browse files Browse the repository at this point in the history
ArduinoCloudCertificate: remove stray Serial.println
  • Loading branch information
pennam authored Feb 27, 2024
2 parents 106fb18 + 86d12cf commit 74290cb
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 74290cb

Please sign in to comment.