summaryrefslogtreecommitdiff
path: root/Example Apps
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2021-05-10 17:48:16 -0400
committerFrank Elias <francois.elias@livio.io>2021-05-10 17:48:16 -0400
commit6ad14a744b4be6281e277eb6cabbbb07ac373cd4 (patch)
tree3093a5f3ea69046fa1de586941ede3ebd4cd052d /Example Apps
parentc530fe184830f23aaedc98e6fb9cb882a5bc67ce (diff)
downloadsdl_ios-6ad14a744b4be6281e277eb6cabbbb07ac373cd4.tar.gz
Objc example app update
Diffstat (limited to 'Example Apps')
-rw-r--r--Example Apps/Example ObjC/ProxyManager.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/Example Apps/Example ObjC/ProxyManager.m b/Example Apps/Example ObjC/ProxyManager.m
index 9cb17a9e0..fa0491319 100644
--- a/Example Apps/Example ObjC/ProxyManager.m
+++ b/Example Apps/Example ObjC/ProxyManager.m
@@ -72,7 +72,6 @@ NS_ASSUME_NONNULL_BEGIN
[weakSelf sdlex_updateProxyState:ProxyStateConnected];
[RPCPermissionsManager setupPermissionsCallbacksWithManager:weakSelf.sdlManager];
- [weakSelf sdlex_showInitialData];
SDLLogD(@"SDL file manager storage: %lu mb", self.sdlManager.fileManager.bytesAvailable / 1024 / 1024);
}];