Remove debug prints

This commit is contained in:
Evarin 2018-12-30 00:06:43 +01:00
parent 40b65c7a7b
commit 941294cf93

View file

@ -161,9 +161,6 @@ def recherche_resultats(request):
# Requête effective
stages, tri = cherche(**search_args)
stageids = list(stages.values_list('id', flat=True))
print(tri)
print(stageids[:5])
print([k.id for k in stages[:5]])
lieux = [[stageid, lieuid] for (stageid, lieuid)
in stages.values_list('id', 'lieux')
if lieuid is not None]