Remove 'Debug JS on-device (experimental)' feature

Reviewed By: bnham

Differential Revision: D5706200

fbshipit-source-id: f389222a9266819c5730860a2e3e461eb1068d0e
This commit is contained in:
Nurzhan Bakibayev
2017-08-29 04:21:04 -07:00
committed by Facebook Github Bot
parent 7542f3d659
commit 7d0c128174
6 changed files with 0 additions and 46 deletions

View File

@@ -11,7 +11,6 @@
- (void)connect;
- (void)closeQuietly;
- (void)sendEventToAllConnections:(NSString *)event;
- (void)sendOpenEvent:(NSString *)pageId;
@end
@interface RCTInspectorRemoteConnection : NSObject

View File

@@ -51,12 +51,6 @@ RCT_NOT_IMPLEMENTED(- (instancetype)init)
return self;
}
- (void)sendOpenEvent:(NSString *)pageId
{
NSDictionary<NSString *, id> *payload = makePageIdPayload(pageId);
[self sendEvent:@"open" payload:payload];
}
- (void)handleProxyMessage:(NSDictionary<NSString *, id> *)message
{
NSString *event = message[@"event"];