diff --git a/client/src/main/java/ctbrec/ui/sites/jasmin/LiveJasminFollowedUpdateService.java b/client/src/main/java/ctbrec/ui/sites/jasmin/LiveJasminFollowedUpdateService.java index 90ada272..b0cf8089 100644 --- a/client/src/main/java/ctbrec/ui/sites/jasmin/LiveJasminFollowedUpdateService.java +++ b/client/src/main/java/ctbrec/ui/sites/jasmin/LiveJasminFollowedUpdateService.java @@ -52,7 +52,7 @@ public class LiveJasminFollowedUpdateService extends PaginatedScheduledService { String body = response.body().string(); List 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");