Skip to content

Commit

Permalink
Update src/app/server/Server.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Boris Zbarsky <[email protected]>
  • Loading branch information
yufengwangca and bzbarsky-apple authored Dec 13, 2024
1 parent 0b32b5b commit 99ada31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/server/Server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,8 +302,6 @@ CHIP_ERROR Server::Init(const ServerInitParams & initParams)
// 2) It must occur after all low-level components that cluster implementations
// might depend on have been initialized, as they rely on these components
// during their own initialization.
// 3) `InitDataModelHandler` (also under SetDataModelProvider) assumes attribute
// persistence and other foundational services are fully configured before it runs.
//
// This remains the single point of entry to ensure that all cluster-level
// initialization is performed in the correct order.
Expand Down

0 comments on commit 99ada31

Please sign in to comment.