summaryrefslogtreecommitdiffstats
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, 0 insertions, 3 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index a5640e8d3..162422017 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -158,9 +158,6 @@ 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)
164 } 161 }
165 162
166 @computed get cacheSize() { 163 @computed get cacheSize() {