Revert D84624705 (#54209)

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

Changelog: [Internal]

This diff reverts D84624705
The marker is logged even if there is a full bundle reload.

Depends on D84624705

Reviewed By: hoxyq

Differential Revision: D85048405

fbshipit-source-id: 0d634a034efe42b404abe1992a4f82280dbeedec
This commit is contained in:
generatedunixname89002005232357
2025-10-20 08:40:01 -07:00
committed by meta-codesync[bot]
parent 50b1bec2d5
commit 2f8392387b
@@ -233,15 +233,6 @@ Error: ${e.message}`;
pendingUpdatesCount--;
if (pendingUpdatesCount === 0) {
DevLoadingView.hide();
performance.mark('Fast Refresh - Update done', {
detail: {
devtools: {
dataType: 'marker',
color: 'primary',
tooltipText: 'Fast Refresh \u269b',
},
},
});
}
});