gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-survey] branch master updated: remove comment


From: gnunet
Subject: [GNUnet-SVN] [taler-survey] branch master updated: remove comment
Date: Wed, 29 Nov 2017 11:22:14 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository survey.

The following commit(s) were added to refs/heads/master by this push:
     new ac59748  remove comment
ac59748 is described below

commit ac5974818fe4274d2c3deecbe3f78d8eb727353d
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Nov 29 11:22:01 2017 +0100

    remove comment
---
 talersurvey/survey/survey.py | 1 -
 1 file changed, 1 deletion(-)

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:

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]