chore: remove debug print statement in DynamicTableField.parse
This commit is contained in:
parent
732137b9bc
commit
dca4b36684
1 changed files with 0 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue