dp_delivery_carrier: remove printing of credentials to log

This commit is contained in:
Harald Welte 2021-03-18 15:54:42 +01:00
parent 6b5cd2bca0
commit 2ae2229576
1 changed files with 0 additions and 2 deletions

View File

@ -97,8 +97,6 @@ class DPDeliveryCarrier(models.Model):
pk_passwd = config['dp_portokasse_passwd']
ekp = config['dp_wpi_ekp']
use_sandbox = config['dp_wpi_sandbox']
print(__name__)
print(partner_id, key, ekp, pk_user, pk_passwd, key_phase, use_sandbox)
wpi = WarenpostInt(partner_id, key, ekp, pk_user, pk_passwd, key_phase, use_sandbox)
wpi.get_token()
return wpi