Storage: Remove comment in load_contact

This commit is contained in:
H1ghBre4k3r 2021-05-03 21:59:17 +02:00 committed by Patrick Rathje
parent b3a2a6919b
commit 36ad239a87
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ int init_contact_storage(void) {
int load_contact(record_t* dest, record_sequence_number_t sn) {
storage_id_t id = convert_sn_to_storage_id(sn);
// int rc = nvs_read(&info_fs, id, dest, sizeof(*dest));
int rc = ens_fs_read(&ens_fs, id, dest);
if (rc < 0) {
return rc;