aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/ios/iOS UI Test/iOS UI Test/main.mm
diff options
context:
space:
mode:
Diffstat (limited to 'example/ios/iOS UI Test/iOS UI Test/main.mm')
-rw-r--r--example/ios/iOS UI Test/iOS UI Test/main.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ios/iOS UI Test/iOS UI Test/main.mm b/example/ios/iOS UI Test/iOS UI Test/main.mm
index 0ecfc348..34793ec3 100644
--- a/example/ios/iOS UI Test/iOS UI Test/main.mm
+++ b/example/ios/iOS UI Test/iOS UI Test/main.mm
@@ -13,6 +13,7 @@
#import <MailCore/MailCore.h>
int main(int argc, char *argv[]) {
+ mailcore::logEnabled = false;
mailcore::AutoreleasePool *pool = new mailcore::AutoreleasePool();
return UIApplicationMain(argc, argv, NSStringFromClass([Application class]), NSStringFromClass([AppDelegate class]));
pool->release();