From 606202fb04b774c2b04ad8d530be033a24ecb7a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Fri, 21 Jun 2024 21:05:01 +0200 Subject: [PATCH] [fanbox] remove debug code (#5759) --- gallery_dl/extractor/fanbox.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gallery_dl/extractor/fanbox.py b/gallery_dl/extractor/fanbox.py index fbadccffd8..d81fd0b889 100644 --- a/gallery_dl/extractor/fanbox.py +++ b/gallery_dl/extractor/fanbox.py @@ -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