mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove unused feature flag: enableExtraWebViewLogs
Summary: Hard-coded to false everywhere, and write-only. We never read from this. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D20788252 fbshipit-source-id: ae117ebc51db7045947b9713602527ff4220833e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
3963f34980
commit
00ed57eb91
@@ -29,12 +29,6 @@ public class ReactFeatureFlags {
|
||||
*/
|
||||
public static boolean logDroppedViews = false;
|
||||
|
||||
/*
|
||||
* This feature flag enables extra logging on ReactWebViews.
|
||||
* Default value is false.
|
||||
*/
|
||||
public static boolean enableExtraWebViewLogs = false;
|
||||
|
||||
/*
|
||||
* This feature flag enables logs for Fabric
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user