From 4ecd28ddf22c14d1187a3e6d7a797075f7a39c9e Mon Sep 17 00:00:00 2001 From: C Freeman Date: Wed, 30 Mar 2022 02:16:25 -0400 Subject: [PATCH] Remove stake todo (#16787) We don't need this. --- src/controller/CommissioningDelegate.h | 1 - 1 file changed, 1 deletion(-) 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) {} };