diff --git a/web/src/store.js b/web/src/store.js index 7430c8b..dcc3aea 100644 --- a/web/src/store.js +++ b/web/src/store.js @@ -501,7 +501,7 @@ const store = createStore({ isLoadedKey: "persistent_loaded", state: ["remember", "user", "events", "lastUsed",] }), sharedStatePlugin({ - debug: true, + debug: false, isLoadedKey: "shared_loaded", clearingMutation: "logout", afterInit: "afterSharedInit",