Removed logging line

This commit is contained in:
cyian-1756 2017-03-06 23:47:18 -05:00
parent 2c99c6140c
commit 0a81eeac43

View File

@ -78,7 +78,6 @@ public class CheveretoRipper extends AbstractHTMLRipper {
// Some times this returns a empty string // Some times this returns a empty string
// This for stops that // This for stops that
if (nextPage == "") { if (nextPage == "") {
logger.info("Got empty string for nextpage")
return null; return null;
} }
else { else {