forked from j62/ctbrec
Remove debug output
This commit is contained in:
parent
154a78660f
commit
d29672bb21
|
@ -52,7 +52,7 @@ public class LiveJasminFollowedUpdateService extends PaginatedScheduledService {
|
||||||
String body = response.body().string();
|
String body = response.body().string();
|
||||||
List<Model> models = new ArrayList<>();
|
List<Model> models = new ArrayList<>();
|
||||||
JSONObject json = new JSONObject(body);
|
JSONObject json = new JSONObject(body);
|
||||||
LOG.debug(json.toString(2));
|
//LOG.debug(json.toString(2));
|
||||||
if(json.has("success")) {
|
if(json.has("success")) {
|
||||||
JSONObject data = json.getJSONObject("data");
|
JSONObject data = json.getJSONObject("data");
|
||||||
JSONArray performers = data.getJSONArray("performers");
|
JSONArray performers = data.getJSONArray("performers");
|
||||||
|
|
Loading…
Reference in New Issue