diff --git a/Signal/src/util/OWSScreenLockUI.m b/Signal/src/util/OWSScreenLockUI.m index c28c2e684..f197d5cc3 100644 --- a/Signal/src/util/OWSScreenLockUI.m +++ b/Signal/src/util/OWSScreenLockUI.m @@ -199,9 +199,7 @@ NS_ASSUME_NONNULL_BEGIN return; } - DDLogVerbose(@"%@, tryToUnlockScreenLockWithSuccess", self.logTag); - [DDLog flushLog]; - + DDLogVerbose(@"%@, try to unlock screen lock", self.logTag); self.isShowingScreenLockUI = YES; self.lastUnlockAttemptDate = [NSDate new];