Don't handle logs db: It needs to close its connections first

pull/21833/head
Kegan Dougal 2017-02-16 12:42:45 +00:00
parent c46f282139
commit f07da44aa5
1 changed files with 1 additions and 1 deletions

View File

@ -360,7 +360,7 @@ function _clearIndexedDB() {
}
console.log("Clearing indexeddb");
window.indexedDB.deleteDatabase("matrix-js-sdk");
window.indexedDB.deleteDatabase("logs");
// TODO: Remove logs db as well.
}
function _clearLocalStorage() {