forgot to remove this

This commit is contained in:
Bruno Windels 2018-08-14 09:38:43 +02:00
parent 7dc92fe917
commit a86ca952b3
2 changed files with 0 additions and 37 deletions

View file

@ -479,14 +479,6 @@ export default React.createClass({
case 'logout':
Lifecycle.logout();
break;
case 'flush_storage_reload':
// flushStorageAndReload will dispatch actions
// which we can't do in a dispatch handler
// so yield first
setTimeout(() => {
Lifecycle.flushStorageAndReload();
}, 0);
break;
case 'start_registration':
this._startRegistration(payload.params || {});
break;