summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/store/plugins/WebSocketPlugin.js8
1 files changed, 1 insertions, 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 =