From 156c8f2ab73034b81f4a3474eb457109ba13ecf0 Mon Sep 17 00:00:00 2001 From: Eduardo Edson Batista Cordeiro Alves Date: Fri, 19 Feb 2016 17:17:42 -0200 Subject: [PATCH] Retira breakpoint incorreto --- materia/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/materia/views.py b/materia/views.py index dd907467e..09148e58d 100644 --- a/materia/views.py +++ b/materia/views.py @@ -773,7 +773,6 @@ class DocumentoAcessorioEditView(FormMixin, GenericView): 'tipos': TipoDocumento.objects.all()}) def post(self, request, *args, **kwargs): - import ipdb; ipdb.set_trace() form = DocumentoAcessorioForm(request.POST) materia = MateriaLegislativa.objects.get(id=kwargs['pk']) documento = DocumentoAcessorio.objects.get(id=kwargs['id'])