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: "