aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/stores/UserStore.js')
-rw-r--r--src/stores/UserStore.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index 03679a163..5d0037b3c 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -218,8 +218,6 @@ export default class UserStore extends Store {
218 218
219 this.hasActivatedTrial = true; 219 this.hasActivatedTrial = true;
220 220
221 console.log('hasActivatedTrial', this.hasActivatedTrial);
222
223 this.stores.features.featuresRequest.invalidate({ immediately: true }); 221 this.stores.features.featuresRequest.invalidate({ immediately: true });
224 this.stores.user.getUserInfoRequest.invalidate({ immediately: true }); 222 this.stores.user.getUserInfoRequest.invalidate({ immediately: true });
225 223