Skip to content

Commit d3e322f

Browse files
committed
fix some bug
1 parent bfc9d35 commit d3e322f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Monkey/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
5555
{
5656
// Override point for customization after application launch.
5757
#if defined(DEBUG)||defined(_DEBUG)
58-
[NEHTTPEye setEnabled:YES];// open a network debug library
58+
[NEHTTPEye setEnabled:NO];// open a network debug library
5959
#endif
6060
[self setupTabBar];//setup tabbar
6161
self.apiEngine = [[YiNetworkEngine alloc] initWithDefaultSet];//set a app network engine

0 commit comments

Comments
 (0)