chore: remove debug print statement in DynamicTableField.parse

This commit is contained in:
Sagar Vora 2025-12-01 23:41:53 +05:30
parent 732137b9bc
commit dca4b36684

View file

@ -1675,8 +1675,6 @@ class DynamicTableField:
linked_field = meta.get_field(potential_parent_fieldname)
except Exception:
# Handle cases where doctype doesn't exist, etc.
print(f"Error getting metadata for {doctype} while parsing field {field}")
return None
if linked_field: