Skip to content

Commit

Permalink
fix: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shingoxx222 committed Nov 13, 2024
1 parent 1bae155 commit 1d4cee2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/ocpp/v201/charge_point.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3625,8 +3625,6 @@ void ChargePoint::handle_delete_certificate_req(Call<DeleteCertificateRequest> c
const auto msg = call.msg;
DeleteCertificateResponse response;

// shall we allow deletion when low security level?

const auto certificate_hash_data = ocpp::evse_security_conversions::from_ocpp_v201(msg.certificateHashData);

const auto status = this->evse_security->delete_certificate(certificate_hash_data);
Expand Down

0 comments on commit 1d4cee2

Please sign in to comment.