Skip to content

Commit 9d6ad9f

Browse files
committed
Removed comment per code review
1 parent db4f09e commit 9d6ad9f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/energy-management-app/energy-management-common/src/EVSEManufacturerImpl.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ CHIP_ERROR EVSEManufacturer::InitializePowerMeasurementCluster()
105105
ElectricalPowerMeasurementDelegate * dg = mn->GetEPMDelegate();
106106
VerifyOrReturnError(dg != nullptr, CHIP_ERROR_UNINITIALIZED);
107107

108-
// Set power mode to AC
109108
ReturnErrorOnFailure(dg->SetPowerMode(PowerModeEnum::kAc));
110109

111110
return CHIP_NO_ERROR;

0 commit comments

Comments
 (0)