diff --git a/src/controller/CommissioningDelegate.h b/src/controller/CommissioningDelegate.h index fd92c67095e054..6313f276bc14b1 100644 --- a/src/controller/CommissioningDelegate.h +++ b/src/controller/CommissioningDelegate.h @@ -56,7 +56,6 @@ const char * StageToString(CommissioningStage stage); struct WiFiCredentials { ByteSpan ssid; - // TODO(cecille): We should add a PII bytespan concept. ByteSpan credentials; WiFiCredentials(ByteSpan newSsid, ByteSpan newCreds) : ssid(newSsid), credentials(newCreds) {} };