Skip to content

Commit

Permalink
Remove debugging code
Browse files Browse the repository at this point in the history
  • Loading branch information
ohinckel committed Nov 8, 2023
1 parent eae3927 commit 91a2a8c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions framarama/base/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ def _map(self, data, model, keys_ignore=None, serializer=None):
if serializer:
_serializer = serializer(data=_model_fields)
_serializer.is_valid()
print(_model_fields)
print(_serializer.validated_data)
_model = _serializer.map(_model_fields, _serializer.validated_data)
else:
_model = model(**_model_fields) # doesnt work w/ serializer for nested fields (field must contain object directly, no dict)
Expand Down

0 comments on commit 91a2a8c

Please sign in to comment.