Skip to content

Commit

Permalink
Remove log: Initializing <RCTCxxBridge: 0x7fded270fbf0> (#25381)
Browse files Browse the repository at this point in the history
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: #25381

Test Plan: -

Differential Revision: D15983841

Pulled By: cpojer

fbshipit-source-id: 27f7d25ee0c580640d03f0db9adcd3c2a205b270
  • Loading branch information
JonnyBurger authored and facebook-github-bot committed Jun 26, 2019
1 parent c749eaf commit 759b674
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions React/CxxBridge/RCTCxxBridge.mm
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,6 @@ - (instancetype)initWithParentBridge:(RCTBridge *)bridge

registerPerformanceLoggerHooks(_performanceLogger);

RCTLogInfo(@"Initializing %@ (parent: %@, executor: %@)", self, bridge, [self executorClass]);

/**
* Set Initial State
*/
Expand Down

0 comments on commit 759b674

Please sign in to comment.