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