From 914360e56fd8b95859e927d669d7facfd5e8ae18 Mon Sep 17 00:00:00 2001 From: NicoleYarroch Date: Fri, 7 Sep 2018 08:31:09 -0400 Subject: Fixed comment formatting Signed-off-by: NicoleYarroch --- SmartDeviceLink/SDLLockScreenManager.m | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'SmartDeviceLink/SDLLockScreenManager.m') diff --git a/SmartDeviceLink/SDLLockScreenManager.m b/SmartDeviceLink/SDLLockScreenManager.m index 10ae5a2ef..692505a1e 100644 --- a/SmartDeviceLink/SDLLockScreenManager.m +++ b/SmartDeviceLink/SDLLockScreenManager.m @@ -142,8 +142,6 @@ NS_ASSUME_NONNULL_BEGIN [self.presenter present]; } else if (self.presenter.presented && [self.class sdl_canDismissLockScreenWithLockScreenStatus:self.lastLockNotification previousHMILevel:self.previousHMILevel showInOptionalState:self.config.showInOptionalState]) { [self.presenter dismiss]; - } else { - NSLog(@"boo"); } } else if ([self.lastLockNotification.lockScreenStatus isEqualToEnum:SDLLockScreenStatusOff]) { if (self.presenter.presented) { @@ -153,7 +151,7 @@ NS_ASSUME_NONNULL_BEGIN } /** - * Checks if the lock screen can be dismissed. If the the app is currently in the "lock screen optional" state and the `showInOptionalState` has been set to true, then the lock screen should not be dismissed. + * Checks if the lock screen can be dismissed. If the the app is currently in the "lock screen optional" state and the `showInOptionalState` has been set to true, then the lock screen should not be dismissed. * * @param lockScreenStatus The most recent lock screen status received from SDL Core * @param previousHMILevel The previous `hmiLevel` -- cgit v1.2.1