Skip to content

Commit

Permalink
Remove stale todo (#15870)
Browse files Browse the repository at this point in the history
This is already checked by the caller.
  • Loading branch information
cecille authored and pull[bot] committed Sep 14, 2023
1 parent f3912b8 commit 2439072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller/AutoCommissioner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ EndpointId AutoCommissioner::GetEndpoint(const CommissioningStage & stage)

CHIP_ERROR AutoCommissioner::StartCommissioning(DeviceCommissioner * commissioner, CommissioneeDeviceProxy * proxy)
{
// TODO: check that there is no commissioning in progress currently.
if (commissioner == nullptr)
{
ChipLogError(Controller, "Invalid DeviceCommissioner");
Expand Down

0 comments on commit 2439072

Please sign in to comment.