Remove one log too many
This commit is contained in:
parent
cbf2f05d70
commit
7eed04ec73
1 changed files with 0 additions and 1 deletions
|
@ -201,7 +201,6 @@ def validate_vat_number(stripe_customer_id, billing_address_id,
|
|||
is_user_ba=is_user_ba
|
||||
)
|
||||
logger.debug("tax_id_obj = %s" % str(tax_id_obj))
|
||||
logger.debug("Created tax_id %s" % tax_id_obj.id)
|
||||
else:
|
||||
logger.debug("invalid billing address")
|
||||
return {
|
||||
|
|
Loading…
Reference in a new issue