diff --git a/packages/react-native/Libraries/ReactNative/AppRegistry.js b/packages/react-native/Libraries/ReactNative/AppRegistry.js index 9448296efcd..29c12fc109d 100644 --- a/packages/react-native/Libraries/ReactNative/AppRegistry.js +++ b/packages/react-native/Libraries/ReactNative/AppRegistry.js @@ -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;