aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/AppStore.js
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-12 16:35:34 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-12 16:35:34 +0200
commit84dfa95dfb558fcd46f92f901135a5dd847fb061 (patch)
tree947cafa3a4274d76d4cfa000b00b6ca1d818d6b1 /src/stores/AppStore.js
parentfixes last issues with announcement logic (diff)
downloadferdium-app-84dfa95dfb558fcd46f92f901135a5dd847fb061.tar.gz
ferdium-app-84dfa95dfb558fcd46f92f901135a5dd847fb061.tar.zst
ferdium-app-84dfa95dfb558fcd46f92f901135a5dd847fb061.zip
cleanup console log artifacts
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() {