Skip to content

Commit

Permalink
delete unused feature flag (#38708)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #38708

Changelog: [Internal]

as title

Reviewed By: fkgozali

Differential Revision: D47924734

fbshipit-source-id: e55a9c6ce80f9e1f843cc9bbb9a555b76e4e4548
  • Loading branch information
philIip authored and facebook-github-bot committed Aug 1, 2023
1 parent bfd5fe2 commit a79cde6
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit a79cde6

Please sign in to comment.