remove too verbose log

This commit is contained in:
Son NK 2020-05-15 15:30:19 +02:00
parent 4d87df01a3
commit 355b4dc2cf
1 changed files with 0 additions and 1 deletions

View File

@ -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,