Remove unused files in git diff

This commit is contained in:
Erin 2024-01-16 16:02:35 -08:00
parent fe076cf67c
commit 79870a5616
No known key found for this signature in database
GPG key ID: 1CAD275313C62460
5 changed files with 14 additions and 18 deletions

View file

@ -1401,8 +1401,8 @@ class Domain(TimeStampedModel, DomainHelper):
DF = epp.DiscloseField
fields = {DF.EMAIL}
disclose = is_security and contact.email != PublicContact.get_default_security().email
# Delete after testing
logger.info("Updated domain contact to disclose: %s", disclose)
# Delete after testing on other devices
logger.info("Updated domain contact %s to disclose: %s", contact.email, disclose)
# Will only disclose DF.EMAIL if its not the default
return epp.Disclose(
flag=disclose,