chore: remove commented line
This commit is contained in:
parent
9df9915600
commit
de20dfe459
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user