mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
Silence RCTInspectorPackagerConnection logspam
Reviewed By: jingc Differential Revision: D6480638 fbshipit-source-id: 7610f4136b81fcb16c93920c3b70bf551b4e9ddd
This commit is contained in:
parent
4d37cf0fbc
commit
ff3dc2ed19
@ -272,7 +272,7 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
|
||||
- (void)abort:(NSString *)message
|
||||
withCause:(NSError *)cause
|
||||
{
|
||||
RCTLogInfo(@"Error occurred, shutting down websocket connection: %@ %@", message, cause);
|
||||
RCTLogTrace(@"Error occurred, shutting down websocket connection: %@ %@", message, cause);
|
||||
|
||||
[self closeAllConnections];
|
||||
[self disposeWebSocket];
|
||||
|
Loading…
x
Reference in New Issue
Block a user