diff options
| author | Michał Jaworski | 2014-09-03 17:21:56 +0200 |
|---|---|---|
| committer | Michał Jaworski | 2014-09-03 17:21:56 +0200 |
| commit | afe9b37f600ba7dad9de249f56ea1e7c539939f7 (patch) | |
| tree | c4d7a99a9097589d2a92e0bf9dbc7e71189d8442 /rest_framework/pagination.py | |
| parent | 9195ccb97f608a48e39a277705fb197fe8c0d50c (diff) | |
| download | django-rest-framework-afe9b37f600ba7dad9de249f56ea1e7c539939f7.tar.bz2 | |
remove rogue print
Diffstat (limited to 'rest_framework/pagination.py')
| -rw-r--r-- | rest_framework/pagination.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rest_framework/pagination.py b/rest_framework/pagination.py index 9dce05b1..1f5749f1 100644 --- a/rest_framework/pagination.py +++ b/rest_framework/pagination.py @@ -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) |
