@kris701/ez-ui 1.4.3 → 1.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7073,7 +7073,6 @@ class EzUISideBar {
7073
7073
  sidebar: this.getOpenStates(this.sidebarItems()),
7074
7074
  footer: this.getOpenStates(this.sidebarFooterItems())
7075
7075
  };
7076
- console.log(state);
7077
7076
  localStorage.setItem(this.openStateKey, JSON.stringify(state));
7078
7077
  }
7079
7078
  getOpenStates(from) {