diff --git a/src/akushon/action/node/action_manager.cpp b/src/akushon/action/node/action_manager.cpp index 48de839..7ef5817 100644 --- a/src/akushon/action/node/action_manager.cpp +++ b/src/akushon/action/node/action_manager.cpp @@ -76,7 +76,7 @@ void ActionManager::load_config(const std::string & path) } // remove "/" from the start of the name string - name.erase(0, 1); + // name.erase(0, 1); try { std::ifstream file(file_name); nlohmann::json action_data = nlohmann::json::parse(file);