Skip to content

Commit

Permalink
deleted print line
Browse files Browse the repository at this point in the history
  • Loading branch information
Umut Bozkurt committed Sep 14, 2014
1 parent 6495878 commit d7e954d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rest_framework_mongoengine/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ def transform_object(self, obj, depth):
elif obj is None:
return None
else:
print obj
return unicode(obj) if isinstance(obj, ObjectId) else obj


Expand Down

0 comments on commit d7e954d

Please sign in to comment.