Skip to content

Commit

Permalink
Remove unnecessary changes on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Oscar Franco committed May 2, 2022
1 parent dfb31fb commit 744684a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ios/Sequel.mm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ + (BOOL)requiresMainQueueSetup {
}

- (void)setBridge:(RCTBridge *)bridge {
NSLog(@"Setting bridge");
_bridge = bridge;
_setBridgeOnMainQueue = RCTIsMainQueue();

Expand All @@ -49,8 +48,4 @@ - (void)setBridge:(RCTBridge *)bridge {
install(*(facebook::jsi::Runtime *)cxxBridge.runtime, callInvoker,[documentPath UTF8String]);
}

- (void)invalidate {
// intentionally left blank
}

@end

0 comments on commit 744684a

Please sign in to comment.