mirror of
https://github.com/status-im/react-native.git
synced 2025-01-29 10:45:04 +00:00
Remove log in JSDevSupportModule
Reviewed By: fkgozali Differential Revision: D7138115 fbshipit-source-id: f9cdda250b60a305195e01a11d0907f658d0a9d1
This commit is contained in:
parent
f389ad8b76
commit
87690570c8
@ -18,7 +18,6 @@ var JSDevSupportModule = {
|
||||
|
||||
var result = renderer.getInspectorDataForViewTag(tag);
|
||||
var path = result.hierarchy.map( (item) => item.name).join(' -> ');
|
||||
console.error('StackOverflowException rendering JSComponent: ' + path);
|
||||
require('NativeModules').JSDevSupport.setResult(path, null);
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user