Skip to content

Commit

Permalink
Revert "Improve import traceback"
Browse files Browse the repository at this point in the history
  • Loading branch information
tisto committed Dec 14, 2020
1 parent 0c4deb4 commit a81e147
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions news/1009.feature

This file was deleted.

1 change: 0 additions & 1 deletion src/plone/restapi/deserializer/dxcontent.py
Expand Up @@ -84,7 +84,6 @@ def get_schema_data(self, data, validate_all):
write_permissions = mergedTaggedValueDict(schema, WRITE_PERMISSIONS_KEY)

for name, field in getFields(schema).items():
__traceback_info__ = "field={}".format(field)

field_data = schema_data.setdefault(schema, {})

Expand Down

0 comments on commit a81e147

Please sign in to comment.