mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-22 11:35:01 +08:00
Clean up after removing the Stetho dependency from open source React Native
Summary:We've removed the Stetho dependency from open source React Native, removing stuff that's not needed anymore. Closes https://github.com/facebook/react-native/pull/6864 Differential Revision: D3150758 Pulled By: mkonicek fb-gh-sync-id: fad4408df16f52914357dc474eb1d8d965cfac60 fbshipit-source-id: fad4408df16f52914357dc474eb1d8d965cfac60
This commit is contained in:
committed by
Facebook Github Bot 6
parent
3b5a49bfb6
commit
e4865a5609
@@ -32,7 +32,6 @@ public class OkHttpClientProvider {
|
||||
}
|
||||
|
||||
private static OkHttpClient createClient() {
|
||||
// TODO: #7108751 plug in stetho
|
||||
OkHttpClient client = new OkHttpClient();
|
||||
|
||||
// No timeouts by default
|
||||
|
||||
Reference in New Issue
Block a user