summaryrefslogtreecommitdiff
path: root/talersurvey
diff options
context:
space:
mode:
Diffstat (limited to 'talersurvey')
-rw-r--r--talersurvey/survey/survey.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/talersurvey/survey/survey.py b/talersurvey/survey/survey.py
index 8cfe6cf..2cabaec 100644
--- a/talersurvey/survey/survey.py
+++ b/talersurvey/survey/survey.py
@@ -70,7 +70,6 @@ def utility_processor():
@app.route("/pick", methods=["POST"])
def pick():
body = flask.request.get_json()
- # Let the backend complain!
r = requests.post(urljoin(BACKEND_URL, 'tip-pickup'),
json=body)
if 200 != r.status_code: