Browse Source

Remove old non-actionable TODO

pull/1030/head
Ross McFarland 2 years ago
parent
commit
abb80e509d
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      octodns/provider/plan.py

+ 0
- 1
octodns/provider/plan.py View File

@ -79,7 +79,6 @@ class Plan(object):
)
def raise_if_unsafe(self):
# TODO: what is safe really?
if (
self.existing
and len(self.existing.records) >= self.MIN_EXISTING_RECORDS


Loading…
Cancel
Save