From bb69627ac5438a5cd697908765ba5d9ebcdbedbd Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 5 Sep 2021 18:57:07 +0200 Subject: [PATCH] Remove debug code Signed-off-by: Yohann D'ANELLO --- apps/wei/forms/surveys/wei2021.py | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/wei/forms/surveys/wei2021.py b/apps/wei/forms/surveys/wei2021.py index eaaba872..b0cfb0cb 100644 --- a/apps/wei/forms/surveys/wei2021.py +++ b/apps/wei/forms/surveys/wei2021.py @@ -61,7 +61,6 @@ class WEISurveyForm2021(forms.Form): if informations[bus].scores[word] >= average_score] for bus in buses} while words is None or len(set(words)) != len(words): - print("toto") # Ensure that there is no the same word 2 times words = [rng.choice(words) for _ignored2, words in preferred_words.items()] rng.shuffle(words)