From ca42de2952b667cc6e63baca61336c0a4ac0d418 Mon Sep 17 00:00:00 2001 From: Vitalii Lysak Date: Tue, 30 Aug 2022 13:48:04 +0300 Subject: debug --- src/store/plugins/WebSocketPlugin.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/store/plugins/WebSocketPlugin.js b/src/store/plugins/WebSocketPlugin.js index afad6718..31b54846 100644 --- a/src/store/plugins/WebSocketPlugin.js +++ b/src/store/plugins/WebSocketPlugin.js @@ -9,13 +9,7 @@ */ const WebSocketPlugin = (store) => { let ws; - const data = { - paths: ['/xyz/openbmc_project/state/host0', '/xyz/openbmc_project/logging'], - interfaces: [ - 'xyz.openbmc_project.State.Host', - 'xyz.openbmc_project.Logging.Entry', - ], - }; + const data = {}; const initWebSocket = () => { const socketDisabled = -- cgit v1.2.3