mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-09-16 09:12:29 +03:00
remove debug print
This commit is contained in:
parent
bab7b6b32b
commit
92da637752
|
@ -211,7 +211,6 @@ class Serializer(object):
|
|||
raise _SkipField
|
||||
|
||||
def serialize_model(self, instance):
|
||||
print 'sdfff',self, instance
|
||||
"""
|
||||
Given a model instance or dict, serialize it to a dict..
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user