Remove log in JSDevSupportModule

Reviewed By: fkgozali

Differential Revision: D7138115

fbshipit-source-id: f9cdda250b60a305195e01a11d0907f658d0a9d1
This commit is contained in:
David Vacca 2018-03-05 10:43:25 -08:00 committed by Facebook Github Bot
parent f389ad8b76
commit 87690570c8
1 changed files with 0 additions and 1 deletions

View File

@ -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);
},
};