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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user