Skip to content

Commit c8ba7c6

Browse files
Addressed comments by sharadb-amazon 3
1 parent e8b43e6 commit c8ba7c6

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
@@ -135,7 +135,6 @@ class Endpoint : public std::enable_shared_from_this<Endpoint>
135135
memory::Strong<T> GetCluster()
136136
{
137137
static_assert(std::is_base_of<BaseCluster, T>::value, "T must be derived from BaseCluster");
138-
ChipLogProgress(AppServer, "Endpoint::GetCluster() mClusters.size(): %d", static_cast<int>(mClusters.size()));
139138
for (const auto & pair : mClusters)
140139
{
141140
auto cluster = std::dynamic_pointer_cast<T>(pair.second);

0 commit comments

Comments
 (0)