Remove migration-related functionality, leaving export stuff

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-08-08 11:15:38 -07:00
parent 413fba80af
commit 7f8ade7747
No known key found for this signature in database
GPG key ID: A4931C09644C654B
6 changed files with 0 additions and 244 deletions

View file

@ -161,7 +161,6 @@
window.removeEventListener('online', connect);
if (!Whisper.Registration.isDone()) { return; }
if (Whisper.Migration.inProgress()) { return; }
if (Whisper.Import.isIncomplete()) { return; }
if (messageReceiver) { messageReceiver.close(); }