From cbce3994302da8ba0062a4d00c1b618672a13b71 Mon Sep 17 00:00:00 2001 From: William Hicklin Date: Thu, 18 Jan 2024 13:52:42 +0000 Subject: [PATCH] Removed question comment. --- .../operational-state-server/operational-state-server.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/clusters/operational-state-server/operational-state-server.cpp b/src/app/clusters/operational-state-server/operational-state-server.cpp index 9d8fe9724138e2..896cc0ca3856b6 100644 --- a/src/app/clusters/operational-state-server/operational-state-server.cpp +++ b/src/app/clusters/operational-state-server/operational-state-server.cpp @@ -264,9 +264,6 @@ void Instance::InvokeCommand(HandlerContext & handlerContext) [this](HandlerContext & ctx, const auto & req) { HandleStopState(ctx, req); }); break; default: - // Should we check if the command is in the base cluster's number-space and if so respond with an error? - // Is this not possible due to the data model knowing what commands are available - ChipLogDetail(Zcl, "OperationalState: Entering handling derived cluster commands"); InvokeDerivedClusterCommand(handlerContext);