mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 21:46:07 +08:00
Disable RCTLog completely in production
Reviewed By: @nicklockwood Differential Revision: D2521718 fb-gh-sync-id: f06c9af3906ae8cebca0d318fc2b0e2d03671220
This commit is contained in:
committed by
facebook-github-bot-4
parent
c70cbbaf61
commit
44c651037a
@@ -190,7 +190,7 @@ NSString *RCTFormatLog(
|
||||
return log;
|
||||
}
|
||||
|
||||
void _RCTLogFormat(
|
||||
void _RCTLogInternal(
|
||||
RCTLogLevel level,
|
||||
const char *fileName,
|
||||
int lineNumber,
|
||||
|
||||
Reference in New Issue
Block a user