summaryrefslogtreecommitdiff
path: root/include/ibm/management_console_rest.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ibm/management_console_rest.hpp')
-rw-r--r--include/ibm/management_console_rest.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/ibm/management_console_rest.hpp b/include/ibm/management_console_rest.hpp
index edf64a4324..579d46c431 100644
--- a/include/ibm/management_console_rest.hpp
+++ b/include/ibm/management_console_rest.hpp
@@ -219,17 +219,11 @@ inline void handleFilePut(const crow::Request& req,
{
BMCWEB_LOG_DEBUG << "config file is updated";
asyncResp->res.jsonValue["Description"] = "File Updated";
-
- redfish::EventServiceManager::getInstance().sendEvent(
- redfish::messages::resourceChanged(), origin, "IBMConfigFile");
}
else
{
BMCWEB_LOG_DEBUG << "config file is created";
asyncResp->res.jsonValue["Description"] = "File Created";
-
- redfish::EventServiceManager::getInstance().sendEvent(
- redfish::messages::resourceCreated(), origin, "IBMConfigFile");
}
}
@@ -383,7 +377,6 @@ inline void
asyncResp->res.result(boost::beast::http::status::bad_request);
return;
}
- redfish::EventServiceManager::getInstance().sendBroadcastMsg(broadcastMsg);
}
inline void handleFileUrl(const crow::Request& req,