Skip to content

Commit e8b43e6

Browse files
Addressed comments by sharadb-amazon 2
1 parent ebcb5c0 commit e8b43e6

File tree

1 file changed

+0
-1
lines changed
  • examples/tv-casting-app/tv-casting-common/core

1 file changed

+0
-1
lines changed

examples/tv-casting-app/tv-casting-common/core/Endpoint.h

-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ class Endpoint : public std::enable_shared_from_this<Endpoint>
122122
template <typename T>
123123
void RegisterCluster(const chip::ClusterId clusterId)
124124
{
125-
ChipLogProgress(AppServer, "Endpoint::RegisterCluster() Registering clusterId %d for endpointId %d", clusterId, GetId());
126125
static_assert(std::is_base_of<BaseCluster, T>::value, "T must be derived from BaseCluster");
127126
auto cluster = std::make_shared<T>(shared_from_this());
128127
cluster->SetUp();

0 commit comments

Comments
 (0)