Removed TODO

This commit is contained in:
Kush Bavishi 2019-07-30 11:39:35 -07:00
parent 3ad791e1ec
commit 3d48b422b5
1 changed files with 0 additions and 1 deletions

View File

@ -129,7 +129,6 @@ def wait_for_dns_change(change_id, account_number=None):
break
time.sleep(10)
if not status:
# TODO: Delete associated DNS text record here
metrics.send("wait_for_dns_change_fail", "counter", 1)
sentry.captureException(extra={"fqdn": str(fqdn), "txt_record": str(token)})
metrics.send(