Remove okhttp from release build for Instagram

Reviewed By: hendritan

Differential Revision: D3044625

fb-gh-sync-id: 0ae66187d9fe3d59b002f603fc73c0758640e287
shipit-source-id: 0ae66187d9fe3d59b002f603fc73c0758640e287
This commit is contained in:
Zen Xu 2016-03-14 16:13:28 -07:00 committed by Facebook Github Bot 8
parent 265b63866a
commit e1e86a1174
1 changed files with 0 additions and 1 deletions

View File

@ -51,7 +51,6 @@ public class WebWorkers {
* NB: We write to a temp file instead of returning a String because, depending on the size of the
* worker script, allocating the full script string on the Java heap can cause an OOM.
*/
@DoNotStrip
public static void downloadScriptToFileSync(String url, String outFileName) {
if (!ReactBuildConfig.DEBUG) {
throw new RuntimeException(