gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant-frontends] branch master updated: remove er


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant-frontends] branch master updated: remove error message that references undefined variable
Date: Fri, 10 Mar 2017 15:03:32 +0100

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

dold pushed a commit to branch master
in repository merchant-frontends.

The following commit(s) were added to refs/heads/master by this push:
     new fe26819  remove error message that references undefined variable
fe26819 is described below

commit fe26819478fe8c49296b71521202b10c433229aa
Author: Florian Dold <address@hidden>
AuthorDate: Fri Mar 10 15:03:30 2017 +0100

    remove error message that references undefined variable
---
 talerfrontends/blog/blog.py                | 1 -
 talerfrontends/blog/static/web-common      | 2 +-
 talerfrontends/donations/static/web-common | 2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/talerfrontends/blog/blog.py b/talerfrontends/blog/blog.py
index 57a7fa7..8010f2f 100644
--- a/talerfrontends/blog/blog.py
+++ b/talerfrontends/blog/blog.py
@@ -101,7 +101,6 @@ def generate_contract():
     )
     r = requests.post(urljoin(BACKEND_URL, 'proposal'), json=dict(order=order))
     if r.status_code != 200:
-        logger.error("failed to POST to '%s'", url)
         return flask.jsonify(r.json()), r.status_code
     proposal_resp = r.json()
     return flask.jsonify(**proposal_resp)
diff --git a/talerfrontends/blog/static/web-common 
b/talerfrontends/blog/static/web-common
index 0be9ac9..9701ed4 160000
--- a/talerfrontends/blog/static/web-common
+++ b/talerfrontends/blog/static/web-common
@@ -1 +1 @@
-Subproject commit 0be9ac9264a3bd9f495c37abf1ac864562e8c598
+Subproject commit 9701ed4caa1cb541c1f645b05bfe190975b3e42b
diff --git a/talerfrontends/donations/static/web-common 
b/talerfrontends/donations/static/web-common
index 0be9ac9..9701ed4 160000
--- a/talerfrontends/donations/static/web-common
+++ b/talerfrontends/donations/static/web-common
@@ -1 +1 @@
-Subproject commit 0be9ac9264a3bd9f495c37abf1ac864562e8c598
+Subproject commit 9701ed4caa1cb541c1f645b05bfe190975b3e42b

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



reply via email to

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