From 32b5907271a3d26b1e2caced84f7a2a6d5b29f7e Mon Sep 17 00:00:00 2001 From: Devmate Bot Date: Wed, 29 Oct 2025 02:11:48 -0700 Subject: [PATCH] xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.java Reviewed By: javache Differential Revision: D85546696 --- .../facebook/react/fabric/mounting/SurfaceMountingManager.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.java b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.java index 47c2e04edb361e..c8c10deb6bc00e 100644 --- a/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.java +++ b/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/SurfaceMountingManager.java @@ -1344,7 +1344,6 @@ private static class ViewState { final boolean mIsRoot; @Nullable ViewManager mViewManager = null; @Nullable ReactStylesDiffMap mCurrentProps = null; - @Nullable ReadableMap mCurrentLocalData = null; @Nullable StateWrapper mStateWrapper = null; @Nullable EventEmitterWrapper mEventEmitter = null; @@ -1374,8 +1373,6 @@ public String toString() { + mIsRoot + " - props: " + mCurrentProps - + " - localData: " - + mCurrentLocalData + " - viewManager: " + mViewManager + " - isLayoutOnly: "