Skip to content

Commit a111a0e

Browse files
updated fix merge
1 parent e4686a3 commit a111a0e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/ios/CDVNativeView.m

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,6 @@ - (void) instantiateViewController:(NSString *)viewControllerName {
286286
message = [[NSString alloc] initWithFormat:@"UIViewController with name %@ was not found", viewControllerName];
287287
@throw [[NSException alloc] initWithName:@"ParamInvalidException" reason:message userInfo:nil];
288288
}
289-
290-
NSString* message = [[NSString alloc] initWithFormat:@"The ViewController: %@ was not found", name];
291-
@throw [[InstantiateViewControllerError alloc] initWithName: @"notFound" reason: message userInfo: nil];
292289
}
293290

294291
- (void) instantiateViewController:(NSString *)viewControllerName fromStoryboard:(NSString *)storyboardName {

0 commit comments

Comments
 (0)