chore: remove commented line

This commit is contained in:
Dany Robert
2022-10-27 09:33:49 +05:30
committed by Deepesh Garg
parent 88ce59a1ca
commit 95f81d3563

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}