Removed logging line
This commit is contained in:
parent
2c99c6140c
commit
0a81eeac43
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user