disable debugging of web views

Reviewed By: andreicoman11

Differential Revision: D2773171

fb-gh-sync-id: 41b1313c2ec3d3a22cf56ee15e452b978adf5a78
This commit is contained in:
Jan Kassens
2015-12-18 10:51:50 -08:00
committed by facebook-github-bot-4
parent ebfbfd58b7
commit 4769bdc013

View File

@@ -76,7 +76,8 @@ public class ReactWebViewManager extends SimpleViewManager<WebView> {
static {
if (ReactBuildConfig.DEBUG && Build.VERSION.SDK_INT >= Build.VERSION_CODES.KITKAT) {
WebView.setWebContentsDebuggingEnabled(true);
// TODO(T9455950): re-enable debugging
// WebView.setWebContentsDebuggingEnabled(true);
}
}