Commit afe9b37f by Michał Jaworski

remove rogue print

parent 9195ccb9
......@@ -83,7 +83,6 @@ class BasePaginationSerializer(serializers.Serializer):
else:
context_kwarg = {}
print object_serializer
self.fields[results_field] = object_serializer(source='object_list',
many=True,
**context_kwarg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment