减少Log

This commit is contained in:
Jerry Yan 2020-03-14 12:56:42 +08:00
parent e205ffb52e
commit d5da38b8e2

View File

@ -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();