Disable RCTLog completely in production

Reviewed By: @nicklockwood

Differential Revision: D2521718

fb-gh-sync-id: f06c9af3906ae8cebca0d318fc2b0e2d03671220
This commit is contained in:
Pieter De Baets
2015-10-13 07:30:11 -07:00
committed by facebook-github-bot-4
parent c70cbbaf61
commit 44c651037a
2 changed files with 26 additions and 12 deletions

View File

@@ -190,7 +190,7 @@ NSString *RCTFormatLog(
return log;
}
void _RCTLogFormat(
void _RCTLogInternal(
RCTLogLevel level,
const char *fileName,
int lineNumber,