Do not print Bridgeless Mode is enabled on console anymore. (#46486)

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

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

fbshipit-source-id: 720bb1446a1e1be71bf27830fe4156ae64a1586f
This commit is contained in:
Nicola Corti
2024-09-13 11:50:32 -07:00
committed by Facebook GitHub Bot
parent 4d814f20af
commit f3a969f38d
@@ -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;