Skip to content

Commit

Permalink
Addressed comments by sharadb-amazon 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pgregorr-amazon committed Oct 4, 2024
1 parent e8b43e6 commit c8ba7c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/tv-casting-app/tv-casting-common/core/Endpoint.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ class Endpoint : public std::enable_shared_from_this<Endpoint>
memory::Strong<T> GetCluster()
{
static_assert(std::is_base_of<BaseCluster, T>::value, "T must be derived from BaseCluster");
ChipLogProgress(AppServer, "Endpoint::GetCluster() mClusters.size(): %d", static_cast<int>(mClusters.size()));
for (const auto & pair : mClusters)
{
auto cluster = std::dynamic_pointer_cast<T>(pair.second);
Expand Down

0 comments on commit c8ba7c6

Please sign in to comment.