aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/AppStore.js')
-rw-r--r--src/stores/AppStore.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 162422017..a5640e8d3 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -158,6 +158,9 @@ export default class AppStore extends Store {
158 this.locale = this._getDefaultLocale(); 158 this.locale = this._getDefaultLocale();
159 159
160 this._healthCheck(); 160 this._healthCheck();
161
162 const defaults = this.stores.features.defaults;
163 console.log(defaults)
161 } 164 }
162 165
163 @computed get cacheSize() { 166 @computed get cacheSize() {