Remove a redundant restart call

pull/948/head
Konstantin Ullrich 5 years ago
parent 1ea0edafa9
commit 9cc9d61fcd

@ -405,8 +405,6 @@
await window.Signal.Data.cleanupOrphanedAttachments(); await window.Signal.Data.cleanupOrphanedAttachments();
await window.Signal.Logs.deleteAll(); await window.Signal.Logs.deleteAll();
window.restart();
} }
if (isIndexedDBPresent) { if (isIndexedDBPresent) {

Loading…
Cancel
Save