chore: remove unnessary todo comment

This commit is contained in:
Ankush Menat 2023-01-23 20:05:28 +05:30
parent 3821167f66
commit 30e9fc4cb6

View file

@ -183,7 +183,6 @@ class FormMeta(Meta):
def add_search_fields(self):
"""add search fields found in the doctypes indicated by link fields' options"""
# TODO: IF field is not found replace with useful message
for df in self.get("fields", {"fieldtype": "Link", "options": ["!=", "[Select]"]}):
if df.options:
try: