Remove redundant `reset`

pull/21833/head
Luke Barnard 2017-05-31 15:32:55 +01:00
parent d0e270bd1c
commit b3a862c2c2
1 changed files with 0 additions and 4 deletions

View File

@ -76,10 +76,6 @@ class SessionStore extends Store {
}
}
reset() {
this._state = Object.assign({}, INITIAL_STATE);
}
getCachedPassword() {
return this._state.cachedPassword;
}