forked from j62/ctbrec
1
0
Fork 0

Remove debug output

This commit is contained in:
0xboobface 2018-12-23 13:58:08 +01:00
parent 154a78660f
commit d29672bb21
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class LiveJasminFollowedUpdateService extends PaginatedScheduledService {
String body = response.body().string();
List<Model> models = new ArrayList<>();
JSONObject json = new JSONObject(body);
LOG.debug(json.toString(2));
//LOG.debug(json.toString(2));
if(json.has("success")) {
JSONObject data = json.getJSONObject("data");
JSONArray performers = data.getJSONArray("performers");