1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-17 11:20:56 +02:00

Removed unneeded logging

This commit is contained in:
cyian-1756
2019-04-10 02:06:40 -04:00
parent ead8a72535
commit 8b75493f90

View File

@@ -119,7 +119,6 @@ public class EightmusesRipper extends AbstractHTMLRipper {
// Deobfustace the json data
String rawJson = deobfuscateJSON(page.select("script#ractive-public").html()
.replaceAll("&gt;", ">").replaceAll("&lt;", "<").replace("&amp;", "&"));
LOGGER.info(rawJson);
JSONObject json = new JSONObject(rawJson);
try {
for (int i = 0; i != json.getJSONArray("pictures").length(); i++) {