We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfc9d35 commit d3e322fCopy full SHA for d3e322f
Monkey/AppDelegate.m
@@ -55,7 +55,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
55
{
56
// Override point for customization after application launch.
57
#if defined(DEBUG)||defined(_DEBUG)
58
- [NEHTTPEye setEnabled:YES];// open a network debug library
+ [NEHTTPEye setEnabled:NO];// open a network debug library
59
#endif
60
[self setupTabBar];//setup tabbar
61
self.apiEngine = [[YiNetworkEngine alloc] initWithDefaultSet];//set a app network engine
0 commit comments