Remove log: Initializing <RCTCxxBridge: 0x7fded270fbf0> (#25381)

Summary:
When starting a React Native app, one gets to see the message in the image.
I propose to remove it, because it provides little information to the developer and is noisy.

![image](https://user-images.githubusercontent.com/1629785/60040707-dc42eb00-96b9-11e9-8dad-e771ff8cca5c.png)

```
Initializing <RCTCxxBridge: 0x7fded270fbf0> (parent: <RCTBridge: 0x600001b95570>, executor: (null))
```

## Changelog

[iOS] [Fixed] - Debug message was logging to the console
Pull Request resolved: https://github.com/facebook/react-native/pull/25381

Test Plan: -

Differential Revision: D15983841

Pulled By: cpojer

fbshipit-source-id: 27f7d25ee0c580640d03f0db9adcd3c2a205b270
This commit is contained in:
Jonny Burger 2019-06-25 02:47:15 -07:00 коммит произвёл Facebook Github Bot
Родитель c749eaf401
Коммит 759b67490e
1 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -231,8 +231,6 @@ struct RCTInstanceCallback : public InstanceCallback {
registerPerformanceLoggerHooks(_performanceLogger);
RCTLogInfo(@"Initializing %@ (parent: %@, executor: %@)", self, bridge, [self executorClass]);
/**
* Set Initial State
*/