mirror of
https://github.com/simple-login/app.git
synced 2024-11-18 01:40:38 +01:00
remove too verbose log
This commit is contained in:
parent
4d87df01a3
commit
355b4dc2cf
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue