summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLLockScreenManager.m
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-03-03 11:50:40 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-03-03 11:50:40 -0500
commit4c3f9a1f8e26f2dda6083a28a5c6dda93035f8fb (patch)
tree7e48d8ab0522f36806c9cc81defbd8ee4160842d /SmartDeviceLink/SDLLockScreenManager.m
parent822dabb1d13abcc057c1f5e3615b8546fd63fffd (diff)
downloadsdl_ios-4c3f9a1f8e26f2dda6083a28a5c6dda93035f8fb.tar.gz
Comment out all `SDLDebugTool` calls
Diffstat (limited to 'SmartDeviceLink/SDLLockScreenManager.m')
-rw-r--r--SmartDeviceLink/SDLLockScreenManager.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink/SDLLockScreenManager.m b/SmartDeviceLink/SDLLockScreenManager.m
index 410243900..509caed63 100644
--- a/SmartDeviceLink/SDLLockScreenManager.m
+++ b/SmartDeviceLink/SDLLockScreenManager.m
@@ -66,7 +66,7 @@ NS_ASSUME_NONNULL_BEGIN
@try {
viewController = [[UIStoryboard storyboardWithName:@"SDLLockScreen" bundle:[NSBundle sdlBundle]] instantiateInitialViewController];
} @catch (NSException *exception) {
- [SDLDebugTool logInfo:@"SDL Error: Attempted to instantiate the default SDL Lock Screen and could not find the storyboard. Be sure the 'SmartDeviceLink' bundle is within your main bundle. We're just going to return without instantiating the lock screen."];
+ // [SDLDebugTool logInfo:@"SDL Error: Attempted to instantiate the default SDL Lock Screen and could not find the storyboard. Be sure the 'SmartDeviceLink' bundle is within your main bundle. We're just going to return without instantiating the lock screen."];
return;
}