mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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;
|
||||
|
||||
Reference in New Issue
Block a user