Skip to content

Commit 4cff1f4

Browse files
committed
更改日志信息
1 parent f5b0688 commit 4cff1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JSONModel/JSONModel/JSONModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#import "JSONKeyMapper.h"
2222

2323
/////////////////////////////////////////////////////////////////////////////////////////////
24-
#if TARGET_IPHONE_SIMULATOR
24+
#if DEBUG
2525
#define JMLog( s, ... ) NSLog( @"[%@:%d] %@", [[NSString stringWithUTF8String:__FILE__] \
2626
lastPathComponent], __LINE__, [NSString stringWithFormat:(s), ##__VA_ARGS__] )
2727
#else

0 commit comments

Comments
 (0)