Feat: remove a print

This commit is contained in:
Bertrand Benjamin 2021-04-21 07:08:58 +02:00
parent 18f855ab83
commit d8d84690c6
1 changed files with 0 additions and 1 deletions

View File

@ -175,7 +175,6 @@ def update_questions_bar(finale_scores):
return [go.Figure(data=[go.Scatter(x=[], y=[])])]
pt = pivot_score_on(scores, ["exercise", "question", "comment"], "score")
print(pt)
# separation between exercises
for i in {i for i in pt.index.get_level_values(0)}: