mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-11 04:07:39 +03:00
Remove commented out debug code
This commit is contained in:
parent
72c04d570d
commit
e66eeb4af8
|
@ -39,7 +39,6 @@ class OneToOneTargetSerializer(serializers.ModelSerializer):
|
|||
|
||||
class NestedOneToOneTests(TestCase):
|
||||
def setUp(self):
|
||||
#import pdb ; pdb.set_trace()
|
||||
for idx in range(1, 4):
|
||||
target = OneToOneTarget(name='target-%d' % idx)
|
||||
target.save()
|
||||
|
|
Loading…
Reference in New Issue
Block a user