Skip to content

Commit

Permalink
Remove leftover print()
Browse files Browse the repository at this point in the history
  • Loading branch information
missionfloyd committed Sep 19, 2024
1 parent 5f4bc78 commit 98d931d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gallery_dl/extractor/girlsreleased.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ def _pagination(self, url):
sets = []
page = 0
while True:
print(page)
json = self.request(url.format(self.root, self.id, page)).json()
if not json["sets"]:
return sets
Expand Down

0 comments on commit 98d931d

Please sign in to comment.