Fix: remove useless print
This commit is contained in:
parent
1fe7665753
commit
1255bf4b9e
@ -252,7 +252,6 @@ def store_exam(tribe, exam_name, date, term, exercices, elements, elements_id):
|
||||
ex_elements = elements[index]
|
||||
exam.add_exercise(name, ex_elements)
|
||||
|
||||
print(yaml.dump(exam.to_dict()))
|
||||
return exam.to_dict()
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user