summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2017-03-08 11:03:05 -0800
committerMuller, Alexander (A.) <amulle19@ford.com>2017-03-08 11:03:05 -0800
commit8de30932ed593c796392cad4147b764c00bb448a (patch)
tree1d7762840fc08d9b8ca8fd63534a4dec7f6c47ca
parent71ed87f0bcf0b8b293fb8e0077feadcf724738f5 (diff)
downloadsdl_ios-8de30932ed593c796392cad4147b764c00bb448a.tar.gz
Removed unnecessary comments.
-rw-r--r--SmartDeviceLink/SDLLifecycleManager.m4
1 files changed, 0 insertions, 4 deletions
diff --git a/SmartDeviceLink/SDLLifecycleManager.m b/SmartDeviceLink/SDLLifecycleManager.m
index 3eacc4ee3..bff19c66c 100644
--- a/SmartDeviceLink/SDLLifecycleManager.m
+++ b/SmartDeviceLink/SDLLifecycleManager.m
@@ -186,12 +186,8 @@ SDLLifecycleState *const SDLLifecycleStateReady = @"Ready";
self.registerResponse = nil;
self.lastCorrelationId = 0;
self.hmiLevel = nil;
-
- // New Start
self.audioStreamingState = nil;
self.systemContext = nil;
- // New End
-
[SDLDebugTool logInfo:@"Stopping Proxy"];
self.proxy = nil;