summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SmartDeviceLink/SDLLifecycleManager.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLLifecycleManager.m b/SmartDeviceLink/SDLLifecycleManager.m
index 4e9e5db97..185822148 100644
--- a/SmartDeviceLink/SDLLifecycleManager.m
+++ b/SmartDeviceLink/SDLLifecycleManager.m
@@ -285,7 +285,6 @@ SDLLifecycleState *const SDLLifecycleStateReady = @"Ready";
}
// We are sure to have a HMIStatus, set state to ready
[self.lifecycleStateMachine transitionToState:SDLLifecycleStateReady];
-
}
- (void)didEnterStateReady {