mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-12 05:58:18 +02:00
Removed missed logger
This commit is contained in:
parent
152cd437fc
commit
c390bf99d9
1 changed files with 0 additions and 1 deletions
|
@ -695,7 +695,6 @@ class Domain(TimeStampedModel, DomainHelper):
|
||||||
f"got {contact_id} with a length of {len(contact_id)}"
|
f"got {contact_id} with a length of {len(contact_id)}"
|
||||||
)
|
)
|
||||||
|
|
||||||
logger.debug(f"map_epp_contact_to_public_contact contact -> {contact}")
|
|
||||||
if not isinstance(contact, eppInfo.InfoContactResultData):
|
if not isinstance(contact, eppInfo.InfoContactResultData):
|
||||||
raise ValueError("Contact must be of type InfoContactResultData")
|
raise ValueError("Contact must be of type InfoContactResultData")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue