Fix incremental backup exports.

This commit is contained in:
Matthew Chen 2018-11-30 12:37:29 -05:00
parent 9a123d8ce9
commit e26eb5459a

View file

@ -383,8 +383,6 @@ NS_ASSUME_NONNULL_BEGIN
return [self cleanUp];
})
.thenInBackground(^{
[self.backup logBackupMetadataCache:self.dbConnection];
[self succeed];
})
.catch(^(NSError *error) {