Skip to content

Commit

Permalink
[fanbox] remove debug code (#5759)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Jun 21, 2024
1 parent 8f50c04 commit 606202f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gallery_dl/extractor/fanbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ def _get_post_data(self, post_id):
plan = plans[0].copy()
plan["fee"] = fee
post["plan"] = plans[fee] = plan
print(post["plan"])
exit()

return content_body, post

Expand Down

0 comments on commit 606202f

Please sign in to comment.