On enlève un print(toto)

This commit is contained in:
Tom Hubrecht 2021-03-29 11:01:07 +02:00
parent 4ac776fba6
commit 1af7bbe26f

View file

@ -72,7 +72,6 @@ class ValidateFunctions:
def unique_selected(vote_form):
"""Vérifie qu'une seule option est choisie"""
print("toto")
nb_selected = 0
for v in vote_form:
nb_selected += v.cleaned_data["selected"]