Skip to content

Commit

Permalink
Removing todos (#21945)
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Nov 2, 2022
1 parent 33a4215 commit 1527232
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/app/clusters/door-lock-server/door-lock-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2085,7 +2085,6 @@ DlStatus DoorLockServer::addCredentialToUser(chip::EndpointId endpointId, chip::
return DlStatus::kFailure;
}

// TODO: Do we need to check the modifier fabric here? Discuss with Spec team and add it if necessary.
for (size_t i = 0; i < user.credentials.size(); ++i)
{
// appclusters, 5.2.4.40: user should not be already associated with given credentialIndex
Expand Down Expand Up @@ -2163,8 +2162,6 @@ DlStatus DoorLockServer::modifyCredentialForUser(chip::EndpointId endpointId, ch
return DlStatus::kFailure;
}

// TODO: Do we need to check the modifier fabric here? Discuss with Spec team and add it if necessary.

for (size_t i = 0; i < user.credentials.size(); ++i)
{
// appclusters, 5.2.4.40: user should already be associated with given credentialIndex
Expand Down

0 comments on commit 1527232

Please sign in to comment.