Remove unnecessary systrace section from UIManagerBinding (#44003)

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

Changelog: [internal]

This systrace section isn't providing any value, as the durations are always negligible.

Reviewed By: christophpurrer

Differential Revision: D55921320

fbshipit-source-id: 95e1de3359ecc0cde3e913b6f77b567cdd126214
This commit is contained in:
Rubén Norte
2024-04-10 05:50:30 -07:00
committed by Facebook GitHub Bot
parent 403bbae1f2
commit ea566ad70d
@@ -196,7 +196,6 @@ jsi::Value UIManagerBinding::get(
jsi::Runtime& runtime,
const jsi::PropNameID& name) {
auto methodName = name.utf8(runtime);
SystraceSection s("UIManagerBinding::get", "name", methodName);
// Convert shared_ptr<UIManager> to a raw ptr
// Why? Because: