Skip to content

Commit e4d4050

Browse files
committed
cleanup
1 parent ed49c2d commit e4d4050

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ios/QueueIt.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,6 @@ - (void)notifyUserExited {
103103

104104

105105
- (BOOL)notifyNavigation:(NSURL *)url {
106-
if([[url absoluteString] isEqualToString: @"https://google.com/"]){
107-
[self.engine close: ^{
108-
NSLog(@"Closed..");
109-
}];
110-
return YES;
111-
}
112106
return NO;
113107
}
114108

0 commit comments

Comments
 (0)