Silence RCTInspectorPackagerConnection logspam

Reviewed By: jingc

Differential Revision: D6480638

fbshipit-source-id: 7610f4136b81fcb16c93920c3b70bf551b4e9ddd
This commit is contained in:
Adam Ernst 2017-12-04 18:17:55 -08:00 committed by Facebook Github Bot
parent 4d37cf0fbc
commit ff3dc2ed19
1 changed files with 1 additions and 1 deletions

View File

@ -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];