chore: remove commented line

This commit is contained in:
Dany Robert 2022-10-27 09:33:49 +05:30 committed by GitHub
parent 9df9915600
commit de20dfe459
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -242,8 +242,6 @@ def fetch_customers(customer_collection, collection_name, primary_mandatory):
if int(primary_mandatory):
if primary_email == "":
continue
# elif (billing_email == "") and (primary_email == ""):
# continue
customer_list.append(
{"name": customer.name, "primary_email": primary_email, "billing_email": billing_email}