1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-08-26 15:24:51 +02:00

Removed unneeded debug info

This commit is contained in:
cyian-1756
2019-01-09 15:44:25 -05:00
parent 69758be0fb
commit 3aeca8cc55

View File

@@ -79,7 +79,6 @@ public class ZizkiRipper extends AbstractHTMLRipper {
// Page contains images
LOGGER.info("Look for images.");
for (Element thumb : page.select("img")) {
LOGGER.info("Img");
if (super.isStopped()) break;
// Find thumbnail image source
String image = null;