Selaa lähdekoodia

remove too verbose log

Son NK 5 vuotta sitten
vanhempi
commit
355b4dc2cf
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      app/api/views/apple.py

+ 0 - 1
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,