delete unused feature flag (#38708)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/38708

Changelog: [Internal]

as title

Reviewed By: fkgozali

Differential Revision: D47924734

fbshipit-source-id: e55a9c6ce80f9e1f843cc9bbb9a555b76e4e4548
This commit is contained in:
Phillip Pan
2023-08-01 06:36:26 -07:00
committed by Facebook GitHub Bot
parent bfd5fe27b3
commit a79cde689f
@@ -81,9 +81,6 @@ public class ReactFeatureFlags {
*/
public static volatile boolean warnOnLegacyNativeModuleSystemUse = false;
/** Should we dispatch TurboModule methods with promise returns to the NativeModules thread? */
public static volatile boolean enableTurboModulePromiseAsyncDispatch = false;
/** This feature flag enables logs for Fabric */
public static boolean enableFabricLogs = false;