remove too verbose log

This commit is contained in:
Son NK 2020-05-15 15:30:19 +02:00
parent 4d87df01a3
commit 355b4dc2cf

View File

@ -313,7 +313,6 @@ def verify_receipt(receipt_data, user, password) -> Optional[AppleSubscription]:
) )
data = r.json() data = r.json()
LOG.d("response from Apple %s", data)
# data has the following format # data has the following format
# { # {
# "status": 0, # "status": 0,