We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6495878 commit d7e954dCopy full SHA for d7e954d
rest_framework_mongoengine/fields.py
@@ -68,7 +68,6 @@ def transform_object(self, obj, depth):
68
elif obj is None:
69
return None
70
else:
71
- print obj
72
return unicode(obj) if isinstance(obj, ObjectId) else obj
73
74
0 commit comments