remove unneccesarry whenTransactionsFinished command

This commit is contained in:
Kevin Jahns 2017-07-31 14:01:34 +02:00
parent 454ac9ba16
commit 5384bf4faf

View File

@ -175,7 +175,6 @@ export async function computeMessageSyncStep2 (decoder, encoder, conn, senderCon
}
})
// then apply ds
await db.whenTransactionsFinished()
db.requestTransaction(function * () {
yield * this.applyDeleteSet(decoder)
})