From af3cff3399985ef20217d7b33740e2756146d2b9 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 11 Dec 2018 14:20:01 -0500 Subject: [PATCH] Prep orphan data cleaner. --- Signal/src/util/OWSOrphanDataCleaner.m | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Signal/src/util/OWSOrphanDataCleaner.m b/Signal/src/util/OWSOrphanDataCleaner.m index 78e173653b..14a06611a6 100644 --- a/Signal/src/util/OWSOrphanDataCleaner.m +++ b/Signal/src/util/OWSOrphanDataCleaner.m @@ -497,8 +497,6 @@ typedef void (^OrphanDataBlock)(OWSOrphanData *); OWSAssertIsOnMainThread(); OWSAssertDebug(databaseConnection); - OWSLogVerbose(@""); - if (!AppReadiness.isAppReady) { OWSFailDebug(@"can't audit orphan data until app is ready."); return; @@ -588,8 +586,6 @@ typedef void (^OrphanDataBlock)(OWSOrphanData *); OWSAssertDebug(databaseConnection); OWSAssertDebug(orphanData); - OWSLogVerbose(@""); - if (remainingRetries < 1) { OWSLogInfo(@"Aborting orphan data audit."); dispatch_async(self.workQueue, ^{ @@ -629,8 +625,6 @@ typedef void (^OrphanDataBlock)(OWSOrphanData *); OWSAssertDebug(databaseConnection); OWSAssertDebug(orphanData); - OWSLogVerbose(@""); - __block BOOL shouldAbort = NO; // We need to avoid cleaning up new files that are still in the process of