Skip to content

Commit 531f1a5

Browse files
committed
MCU8MASS-1790 Remove TODO
1 parent 7fc62dd commit 531f1a5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/mqtt_client.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ static bool generateSigningCommand(char* data, char* command_buffer) {
308308
}
309309

310310
// Sign digest with ECC's primary private key
311-
// TODO: move this to ECC class
312311
ATCA_STATUS result = atcab_sign(0, message_to_sign, (uint8_t*)digest);
313312

314313
if (result != ATCA_SUCCESS) {

0 commit comments

Comments
 (0)