From 15272322c0219938cedf5079011dc2a6a362372e Mon Sep 17 00:00:00 2001 From: Justin Wood Date: Wed, 17 Aug 2022 10:24:38 -0700 Subject: [PATCH] Removing todos (#21945) --- src/app/clusters/door-lock-server/door-lock-server.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/clusters/door-lock-server/door-lock-server.cpp b/src/app/clusters/door-lock-server/door-lock-server.cpp index 8aae6a8baf9fa1..1465f22809cb5d 100644 --- a/src/app/clusters/door-lock-server/door-lock-server.cpp +++ b/src/app/clusters/door-lock-server/door-lock-server.cpp @@ -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 @@ -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