Remove debug prints
This commit is contained in:
parent
40b65c7a7b
commit
941294cf93
1 changed files with 0 additions and 3 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue