From 7eed04ec73f6326357d6de11a7d08cadcdcfc595 Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 26 Dec 2019 19:16:26 +0530 Subject: [PATCH] Remove one log too many --- datacenterlight/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/datacenterlight/utils.py b/datacenterlight/utils.py index 8d12be3f..aa679e5d 100644 --- a/datacenterlight/utils.py +++ b/datacenterlight/utils.py @@ -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 {