mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove BugReporting extraData log
Summary: We still include this info in real reports. We also still print the root tag when the app starts. This just removes the redbox "extra data" logging to console. It's noisy, especially on smaller apps in open source that only have one root tag and always empty props. Reviewed By: cpojer Differential Revision: D17226903 fbshipit-source-id: a702daaf3a02600fbe9038c46d294c3392953239
This commit is contained in:
committed by
Facebook Github Bot
parent
5048f02518
commit
16eccf304e
@@ -122,7 +122,6 @@ class BugReporting {
|
||||
for (const [key, callback] of BugReporting._fileSources) {
|
||||
fileData[key] = callback();
|
||||
}
|
||||
infoLog('BugReporting extraData:', extraData);
|
||||
|
||||
if (NativeBugReporting != null && NativeBugReporting.setExtraData != null) {
|
||||
NativeBugReporting.setExtraData(extraData, fileData);
|
||||
|
||||
Reference in New Issue
Block a user