Remove old migration code

...as instructed!
This commit is contained in:
David Baker 2018-10-03 18:28:41 +01:00 committed by Bruno Windels
parent c4d39eebe7
commit f4ae3855d0

View file

@ -48,9 +48,6 @@ export default function createMatrixClient(opts) {
}
if (indexedDB && localStorage) {
// FIXME: bodge to remove old database. Remove this after a few weeks.
indexedDB.deleteDatabase("matrix-js-sdk:default");
storeOpts.store = new Matrix.IndexedDBStore({
indexedDB: indexedDB,
dbName: "riot-web-sync",