From b2dc24daeba44379afc8682850fdbe4522b4b9bd Mon Sep 17 00:00:00 2001 From: AlGouvea Date: Fri, 8 Oct 2021 11:39:02 -0300 Subject: [PATCH] =?UTF-8?q?Remo=C3=A7=C3=A3o=20de=20print=20de=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sapl/painel/tasks.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/sapl/painel/tasks.py b/sapl/painel/tasks.py index ccc52112b..6c72fba4c 100644 --- a/sapl/painel/tasks.py +++ b/sapl/painel/tasks.py @@ -7,6 +7,4 @@ channel_layer = get_channel_layer() def get_dados_painel_final(id): json_data = views.get_dados_painel(id) - print(json_data) - print('\n') async_to_sync(channel_layer.group_send)('painel', {'type':'send_data', 'message': json_data})