减少Log
This commit is contained in:
parent
e205ffb52e
commit
d5da38b8e2
@ -127,9 +127,7 @@ public class UpgradeModule extends ReactContextBaseJavaModule {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void onResponse(Call call, Response response) {
|
public void onResponse(Call call, Response response) {
|
||||||
Log.d("VERSION CHECK", call.toString());
|
|
||||||
if(response.isSuccessful()){
|
if(response.isSuccessful()){
|
||||||
Log.d("VERSION CHECK", "REQUESTS OK");
|
|
||||||
if(response.body() == null) return;
|
if(response.body() == null) return;
|
||||||
try {
|
try {
|
||||||
String jsonText = response.body().string();
|
String jsonText = response.body().string();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user