aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/AppDelegate.m')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/AppDelegate.m1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m b/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
index 92585ffb..557653f7 100644
--- a/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
+++ b/example/ios/iOS UI Test/iOS UI Test/AppDelegate.m
@@ -13,7 +13,6 @@
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
// Override point for customization after application launch.
- [[NSUserDefaults standardUserDefaults] setBool:NO forKey:@"FetchFullMessageEnabled"];
return YES;
}