Skip to content

Commit

Permalink
Remove stake todo (#16787)
Browse files Browse the repository at this point in the history
We don't need this.
  • Loading branch information
cecille authored Mar 30, 2022
1 parent b697b29 commit e784f35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/controller/CommissioningDelegate.h
Original file line number Diff line number Diff line change
Expand Up @@ -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) {}
};
Expand Down

0 comments on commit e784f35

Please sign in to comment.