No need to show a flash message when logging out in dev mode

This commit is contained in:
Kimmo Puputti 2017-11-03 14:49:40 +02:00
parent 6edac96811
commit 93aaf468c9

View file

@ -149,7 +149,6 @@ class TopbarComponent extends Component {
window.location = path;
}
// TODO: show flash message
console.log('logged out'); // eslint-disable-line
});
}