Skip to content
This repository has been archived by the owner on Feb 18, 2019. It is now read-only.

Commit

Permalink
Remove okhttp from release build for Instagram
Browse files Browse the repository at this point in the history
Reviewed By: hendritan

Differential Revision: D3044625

fb-gh-sync-id: 0ae66187d9fe3d59b002f603fc73c0758640e287
shipit-source-id: 0ae66187d9fe3d59b002f603fc73c0758640e287
  • Loading branch information
zeninsta authored and Facebook Github Bot 8 committed Mar 14, 2016
1 parent 265b638 commit e1e86a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ public static MessageQueueThread createWebWorkerThread(int id, MessageQueueThrea
* 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(
Expand Down

0 comments on commit e1e86a1

Please sign in to comment.