Skip to content

Commit

Permalink
Do not print Bridgeless Mode is enabled on console anymore.
Browse files Browse the repository at this point in the history
Summary:
We probably don't need this extra log anymore as this information is already avaialbe from the start application log.

Changelog:
[General] [Changed] - Do not print Bridgeless Mode is enabled on console anymore

Reviewed By: fkgozali

Differential Revision: D62639866
  • Loading branch information
cortinico authored and facebook-github-bot committed Sep 13, 2024
1 parent 3cbaddb commit 1578bfd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/react-native/Libraries/ReactNative/AppRegistry.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,10 +361,6 @@ global.RN$SurfaceRegistry = {
setSurfaceProps: AppRegistry.setSurfaceProps,
};

if (global.RN$Bridgeless === true) {
console.log('Bridgeless mode is enabled');
}

registerCallableModule('AppRegistry', AppRegistry);

module.exports = AppRegistry;

0 comments on commit 1578bfd

Please sign in to comment.