Skip to content

Commit aea0086

Browse files
committed
removing commented code
1 parent 8c0311f commit aea0086

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

dsg_lib/common_functions/email_validation.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,6 @@ def validate_email_address(
269269
for config in configurations:
270270

271271
res = validate_email_address(email, **config)
272-
# if res['valid']:
273-
# pprint.pprint(res, indent=4)
274-
# pprint.pprint(res, indent=4)
275-
# print(f"Time taken: {time.time() - t0:.2f}")
276-
# print(f"Email: {email} is valid: {res['valid']}")
277-
# validity.append(f"Email: {email} is valid: {res['valid']}")
278272
validity.append(res)
279273
t1 = time.time()
280274
validity = sorted(validity, key=lambda x: x['email'])

0 commit comments

Comments
 (0)