From 06958758df442b9685d7b557bd43c0345ac9ba8b Mon Sep 17 00:00:00 2001 From: Edward Ribeiro Date: Tue, 27 Oct 2015 16:05:04 -0200 Subject: [PATCH] Remove print statement from protocoloadm/views.py --- protocoloadm/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/protocoloadm/views.py b/protocoloadm/views.py index 24b56ebc1..dd4e894f6 100644 --- a/protocoloadm/views.py +++ b/protocoloadm/views.py @@ -526,7 +526,6 @@ class ProposicoesNaoIncorporadasView(ListView): paginate_by = 10 def get_queryset(self): - print('heyt') return Proposicao.objects.filter(data_envio__isnull=False, data_devolucao__isnull=False, status='D')