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…
Reference in New Issue