Remove debug prints
This commit is contained in:
parent
49ffe3ab75
commit
09bedc8611
1 changed files with 0 additions and 2 deletions
|
@ -493,13 +493,11 @@ def api_new_question() -> _Response:
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
of = _user_api_arg("of")
|
of = _user_api_arg("of")
|
||||||
print(of)
|
|
||||||
if of == "anyOf":
|
if of == "anyOf":
|
||||||
choices["anyOf"] = answers
|
choices["anyOf"] = answers
|
||||||
else:
|
else:
|
||||||
choices["oneOf"] = answers
|
choices["oneOf"] = answers
|
||||||
|
|
||||||
print(choices)
|
|
||||||
raw_question = dict(
|
raw_question = dict(
|
||||||
attributedTo=MY_PERSON.id,
|
attributedTo=MY_PERSON.id,
|
||||||
cc=list(set(cc)),
|
cc=list(set(cc)),
|
||||||
|
|
Loading…
Reference in a new issue