From 09bedc86117d5acd90c366b7fd10da43f49fae5d Mon Sep 17 00:00:00 2001 From: Thomas Sileo Date: Thu, 15 Aug 2019 14:49:05 +0200 Subject: [PATCH] Remove debug prints --- blueprints/api.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/blueprints/api.py b/blueprints/api.py index 4b711d1..45cc598 100644 --- a/blueprints/api.py +++ b/blueprints/api.py @@ -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)),