Skip to content

Commit f2841eb

Browse files
committed
Remove some of the spammier logs
1 parent 61d43f1 commit f2841eb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/fabric-admin/commands/pairing/DeviceSynchronization.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ void DeviceSynchronizer::OnAttributeData(const ConcreteDataAttributePath & path,
7171
VerifyOrDie(path.mEndpointId == kRootEndpointId);
7272
VerifyOrDie(path.mClusterId == Clusters::BasicInformation::Id);
7373

74-
ChipLogProgress(NotSpecified, "Attribute data");
75-
path.LogPath();
76-
7774
switch (path.mAttributeId)
7875
{
7976
case Clusters::BasicInformation::Attributes::UniqueID::Id:
@@ -115,7 +112,6 @@ void DeviceSynchronizer::OnAttributeData(const ConcreteDataAttributePath & path,
115112
"SoftwareVersionString");
116113
break;
117114
default:
118-
ChipLogProgress(NotSpecified, "Attribute data not processed");
119115
break;
120116
}
121117
}

0 commit comments

Comments
 (0)