Skip to content

Commit

Permalink
* [ios] fix default debug value
Browse files Browse the repository at this point in the history
  • Loading branch information
acton393 committed Jul 6, 2016
1 parent 2d3ab94 commit 79daf2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/sdk/WeexSDK/Sources/Debug/WXDebugTool.m
Expand Up @@ -39,6 +39,7 @@ + (BOOL)isDebug
#ifdef DEBUG
return YES;
#endif
return NO;
}

+ (void)setDevToolDebug:(BOOL)isDevToolDebug {
Expand Down

0 comments on commit 79daf2f

Please sign in to comment.