mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove logs related to T62192299
Summary: Removing logs related to T62192299 that we don't need anymore. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D21773629 fbshipit-source-id: d16c01f87be3ed7512fe90b6e261b4c7efbd3068
This commit is contained in:
committed by
Facebook GitHub Bot
parent
92160f3144
commit
983b0a0903
@@ -523,8 +523,6 @@ public class ReactRootView extends FrameLayout implements RootView, ReactRoot {
|
||||
|
||||
mShouldLogContentAppeared = true;
|
||||
|
||||
// TODO T62192299: remove this
|
||||
FLog.e(TAG, "runApplication: call AppRegistry.runApplication");
|
||||
catalystInstance.getJSModule(AppRegistry.class).runApplication(jsAppModuleName, appParams);
|
||||
} finally {
|
||||
Systrace.endSection(TRACE_TAG_REACT_JAVA_BRIDGE);
|
||||
|
||||
Reference in New Issue
Block a user