From 87690570c8147f57db2af2f4c9984ac5db9ec5c9 Mon Sep 17 00:00:00 2001 From: David Vacca Date: Mon, 5 Mar 2018 10:43:25 -0800 Subject: [PATCH] Remove log in JSDevSupportModule Reviewed By: fkgozali Differential Revision: D7138115 fbshipit-source-id: f9cdda250b60a305195e01a11d0907f658d0a9d1 --- Libraries/Utilities/JSDevSupportModule.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Libraries/Utilities/JSDevSupportModule.js b/Libraries/Utilities/JSDevSupportModule.js index 0b8cdca1f..a33e91e88 100644 --- a/Libraries/Utilities/JSDevSupportModule.js +++ b/Libraries/Utilities/JSDevSupportModule.js @@ -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); }, };