Remove debug only code (#38128)

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

changelog: [internal]

This is debug code that should not have been committed. It is harmless but still should be removed.

Reviewed By: NickGerleman

Differential Revision: D47127817

fbshipit-source-id: 6a13cbf0bf678ef5b7c5e8148e28ce78fba7d6de
This commit is contained in:
Samuel Susla
2023-07-12 10:13:19 -07:00
committed by Facebook GitHub Bot
parent 777907ca1f
commit 55628acbdc
@@ -109,9 +109,6 @@ using namespace facebook::react;
// This will only become issue if we decouple life cycle of a
// ShadowNode from ComponentView, which is not something we do now.
imageRequest.cancel();
imageRequest.cancel();
imageRequest.cancel();
imageRequest.cancel();
}
}