remove test log

This commit is contained in:
matthewswspence 2024-09-11 10:49:27 -05:00
parent ed4eeb469f
commit 0488b45273
No known key found for this signature in database
GPG key ID: FB458202A7852BA4

View file

@ -644,10 +644,6 @@ class DomainRequest(TimeStampedModel):
"""Save override for custom properties"""
self.sync_organization_type()
self.sync_yes_no_form_fields()
try:
raise Exception("TEST TEST TEST")
except Exception:
logger.error(traceback.format_exc())
if self._cached_status != self.status:
self.last_status_update = timezone.now().date()