diff --git a/app/api/views/apple.py b/app/api/views/apple.py index afa54ce9..2b0979ce 100644 --- a/app/api/views/apple.py +++ b/app/api/views/apple.py @@ -313,7 +313,6 @@ def verify_receipt(receipt_data, user, password) -> Optional[AppleSubscription]: ) data = r.json() - LOG.d("response from Apple %s", data) # data has the following format # { # "status": 0,