fix(composition): removed old py structure

This commit is contained in:
2025-04-30 11:41:52 -04:00
parent a27b9da464
commit 36f2413683
3 changed files with 1 additions and 3 deletions

View File

@@ -190,7 +190,6 @@ namespace composition{
*/
class Composition {
private:
Config& m_config = Config::getInstance();
Probe::LogManager& m_logManager = Probe::LogManager::getInstance();
quill::Logger* m_logger = m_logManager.getLogger("log");