Skip to content

Commit ee0b1a1

Browse files
committed
cleanup
1 parent 3062485 commit ee0b1a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/rarchives/ripme/ripper/rippers/CfakeRipper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ public Document getFirstPage() throws IOException {
4949

5050
@Override
5151
public Document getNextPage(Document doc) throws IOException {
52-
// We use comic-nav-next to the find the next page
5352
Element elem = doc.select("div#wrapper_path div#content_path div#num_page").last();
5453
if (elem == null) {
5554
throw new IOException("No more pages (cannot find nav)");

0 commit comments

Comments
 (0)