Skip to content

Commit 2697e8a

Browse files
sbuggayfacebook-github-bot
authored andcommitted
Remove mode from metro client-log data (#53117)
Summary: Pull Request resolved: #53117 Sending the mode is no longer needed as you can't opt out of legacy arch any longer, and was only used for printing a (NOBRIDGE) prefix. Changelog: [Internal] Reviewed By: shwanton Differential Revision: D79762592 fbshipit-source-id: 845aabf2a8365c88808990ea481503b23597a8a0
1 parent c861804 commit 2697e8a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react-native/Libraries/Utilities/HMRClient.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ const HMRClient: HMRClientNativeInterface = {
128128
JSON.stringify({
129129
type: 'log',
130130
level,
131-
mode: global.RN$Bridgeless === true ? 'NOBRIDGE' : 'BRIDGE',
132131
data: data.map(item =>
133132
typeof item === 'string'
134133
? item

0 commit comments

Comments
 (0)