Remove Console feature
Reviewed By: fabiomassimo Differential Revision: D27622952 fbshipit-source-id: 45ce5188a55f50b8ca28f28f354d9402902a5df8
This commit is contained in:
committed by
Facebook GitHub Bot
parent
ab255f0d13
commit
32bf4c32c2
@@ -146,15 +146,6 @@ NSObject* flattenLayoutEditorMessage(NSObject* field);
|
||||
responder);
|
||||
}];
|
||||
|
||||
[connection receive:@"isConsoleEnabled"
|
||||
withBlock:^(NSDictionary* params, id<FlipperResponder> responder) {
|
||||
FlipperPerformBlockOnMainThread(
|
||||
^{
|
||||
[responder success:@{@"isEnabled" : @NO}];
|
||||
},
|
||||
responder);
|
||||
}];
|
||||
|
||||
[connection receive:@"getSearchResults"
|
||||
withBlock:^(NSDictionary* params, id<FlipperResponder> responder) {
|
||||
FlipperPerformBlockOnMainThread(
|
||||
|
||||
Reference in New Issue
Block a user