Remove debug prints

master
Thomas Sileo 2019-08-15 14:49:05 +02:00
rodzic 49ffe3ab75
commit 09bedc8611
1 zmienionych plików z 0 dodań i 2 usunięć

Wyświetl plik

@ -493,13 +493,11 @@ def api_new_question() -> _Response:
)
}
of = _user_api_arg("of")
print(of)
if of == "anyOf":
choices["anyOf"] = answers
else:
choices["oneOf"] = answers
print(choices)
raw_question = dict(
attributedTo=MY_PERSON.id,
cc=list(set(cc)),