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.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stores/AppStore.js b/src/stores/AppStore.js
index 351ad6422..ca0c9175b 100644
--- a/src/stores/AppStore.js
+++ b/src/stores/AppStore.js
@@ -172,7 +172,6 @@ export default class AppStore extends Store {
172 reaction(() => this.stores.router.location.pathname, (pathname) => { 172 reaction(() => this.stores.router.location.pathname, (pathname) => {
173 gaPage(pathname); 173 gaPage(pathname);
174 }); 174 });
175 console.log('router location', this.stores.router.location);
176 } 175 }
177 176
178 @computed get cacheSize() { 177 @computed get cacheSize() {