[ReactNative] backout orange box

Summary:
@public

This probably needs more thought - might want to differentiate between console.error and reportError.

Test Plan: console.error and reportError no longer redbox.  invariant and RCTLogError still do.
This commit is contained in:
Spencer Ahrens
2015-06-11 10:39:52 -07:00
parent 2ee8410a71
commit 492e29a091
2 changed files with 1 additions and 6 deletions

View File

@@ -171,9 +171,6 @@ void _RCTLogFormat(
// Log to red box
if (level >= RCTLOG_REDBOX_LEVEL) {
if (level < RCTLOG_FATAL_LEVEL) {
[[RCTRedBox sharedInstance] setNextBackgroundColor:[UIColor colorWithRed:0.9 green:0.4 blue:0.2 alpha:1]];
}
[[RCTRedBox sharedInstance] showErrorMessage:message];
}