Show and log progress during the SQLCipher migration

This commit is contained in:
Scott Nonnenberg 2018-08-01 18:34:50 -07:00
parent 6b78f2582b
commit 1d7987108b
7 changed files with 98 additions and 24 deletions

View file

@ -155,7 +155,6 @@
return;
}
window.log.info('Merging updated message into collection');
existing.merge(message.attributes);
};