mirror of https://gitlab.crans.org/bde/nk20
Remove debug code
Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
parent
ffaa020310
commit
bb69627ac5
|
@ -61,7 +61,6 @@ class WEISurveyForm2021(forms.Form):
|
||||||
if informations[bus].scores[word] >= average_score]
|
if informations[bus].scores[word] >= average_score]
|
||||||
for bus in buses}
|
for bus in buses}
|
||||||
while words is None or len(set(words)) != len(words):
|
while words is None or len(set(words)) != len(words):
|
||||||
print("toto")
|
|
||||||
# Ensure that there is no the same word 2 times
|
# Ensure that there is no the same word 2 times
|
||||||
words = [rng.choice(words) for _ignored2, words in preferred_words.items()]
|
words = [rng.choice(words) for _ignored2, words in preferred_words.items()]
|
||||||
rng.shuffle(words)
|
rng.shuffle(words)
|
||||||
|
|
Loading…
Reference in New Issue