Skip to content

Commit

Permalink
Remove temp log
Browse files Browse the repository at this point in the history
  • Loading branch information
mlepage-google committed Apr 4, 2022
1 parent ebddcdd commit 2cac609
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,6 @@ CHIP_ERROR AccessControlAttribute::WriteExtension(const ConcreteDataAttributePat

AccessControlCluster::Structs::ExtensionEntry::DecodableType item;
ReturnErrorOnFailure(aDecoder.Decode(item));
ChipLogProgress(DataManagement, "############################ storing item %u", (unsigned) item.data.size());
// TODO(#13590): generated code doesn't automatically handle max length so do it manually
ReturnErrorCodeIf(item.data.size() > kExtensionDataMaxLength, CHIP_ERROR_INVALID_ARGUMENT);
ReturnErrorOnFailure(storage.SyncSetKeyValue(key.AccessControlExtensionEntry(kStorageVersion, accessingFabricIndex),
Expand Down

0 comments on commit 2cac609

Please sign in to comment.