[fanbox] remove debug code (#5759)

This commit is contained in:
Mike Fährmann
2024-06-21 21:05:01 +02:00
parent 8f50c04af2
commit 606202fb04

View File

@@ -124,8 +124,6 @@ class FanboxExtractor(Extractor):
plan = plans[0].copy()
plan["fee"] = fee
post["plan"] = plans[fee] = plan
print(post["plan"])
exit()
return content_body, post