summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/webserver_main.cpp9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/webserver_main.cpp b/src/webserver_main.cpp
index ea32122b3b..f4e6207b7f 100644
--- a/src/webserver_main.cpp
+++ b/src/webserver_main.cpp
@@ -116,15 +116,6 @@ int main(int argc, char** argv)
redfish::RedfishService redfish(app);
-#ifndef BMCWEB_ENABLE_REDFISH_DBUS_LOG_ENTRIES
- int rc = redfish::EventServiceManager::startEventLogMonitor(*io);
- if (rc)
- {
- BMCWEB_LOG_ERROR << "Redfish event handler setup failed...";
- return rc;
- }
-#endif
-
app.run();
io->run();