From 7f2f70c478df7138b39c96c7412795b19ce74485 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Fri, 9 Sep 2022 12:34:58 +0300 Subject: SILABMC-308: rm load logs by ws --- src/store/plugins/WebSocketPlugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/store/plugins/WebSocketPlugin.js b/src/store/plugins/WebSocketPlugin.js index 29a98c20..a635bf34 100644 --- a/src/store/plugins/WebSocketPlugin.js +++ b/src/store/plugins/WebSocketPlugin.js @@ -42,7 +42,7 @@ const WebSocketPlugin = (store) => { store.dispatch('global/changeServerStatus', CurrentHostState); } } else if (path === '/xyz/openbmc_project/logging') { - store.dispatch('eventLog/getEventLogData'); + // store.dispatch('eventLog/getEventLogData'); } }; }; -- cgit v1.2.3