mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 21:19:42 +02:00
remove test log
This commit is contained in:
parent
ed4eeb469f
commit
0488b45273
1 changed files with 0 additions and 4 deletions
|
@ -644,10 +644,6 @@ class DomainRequest(TimeStampedModel):
|
||||||
"""Save override for custom properties"""
|
"""Save override for custom properties"""
|
||||||
self.sync_organization_type()
|
self.sync_organization_type()
|
||||||
self.sync_yes_no_form_fields()
|
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:
|
if self._cached_status != self.status:
|
||||||
self.last_status_update = timezone.now().date()
|
self.last_status_update = timezone.now().date()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue