mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-24 11:38:39 +02:00
Remove unused files in git diff
This commit is contained in:
parent
fe076cf67c
commit
79870a5616
5 changed files with 14 additions and 18 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue