Removed calls to RCTBundleURLProvider setDefaults

Reviewed By: javache

Differential Revision: D3516105

fbshipit-source-id: ea92714378f3d2be189b59b1b76d3e689aeac4c7
This commit is contained in:
Nathan Azaria 2016-07-05 03:13:30 -07:00 committed by Facebook Github Bot 6
parent 65eee61f24
commit c12db8045c
1 changed files with 0 additions and 1 deletions

View File

@ -60,7 +60,6 @@ static NSURL *ipBundleURL()
RCTSwapInstanceMethods([NSBundle class],
@selector(URLForResource:withExtension:),
@selector(RCT_URLForResource:withExtension:));
[[RCTBundleURLProvider sharedSettings] setDefaults];
}
- (void)tearDown