Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cenouralm committed Oct 13, 2020
1 parent b0dd648 commit a8f194a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion marshmallow_utils/fields/contrib.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def deserialize_bar(self, value, data):

def _deserialize(self, value, attr, data, **kwargs):
if self.deserialize_method_name:
print("HEREEE")
try:
method = utils.callable_or_raise(
getattr(self.parent, self.deserialize_method_name, None)
Expand Down

0 comments on commit a8f194a

Please sign in to comment.