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.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stores/UserStore.js b/src/stores/UserStore.js
index 7b8ffb2b2..7dbbd955b 100644
--- a/src/stores/UserStore.js
+++ b/src/stores/UserStore.js
@@ -226,7 +226,6 @@ export default class UserStore extends Store {
226 226
227 // This is a mobx autorun which forces the user to login if not authenticated 227 // This is a mobx autorun which forces the user to login if not authenticated
228 _requireAuthenticatedUser = () => { 228 _requireAuthenticatedUser = () => {
229 console.log('requireAuthenticatedUser');
230 if (this.isTokenExpired) { 229 if (this.isTokenExpired) {
231 this._logout(); 230 this._logout();
232 } 231 }