gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [libeufin] branch master updated: minor change


From: gnunet
Subject: [GNUnet-SVN] [libeufin] branch master updated: minor change
Date: Wed, 09 Oct 2019 16:53:06 +0200

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

marcello pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 47629f4  minor change
47629f4 is described below

commit 47629f429f949f04b4376597ee7b4420e26b6a47
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed Oct 9 16:52:59 2019 +0200

    minor change
---
 sandbox/src/main/kotlin/Main.kt      | 5 ++++-
 sandbox/src/main/python/libeufin-cli | 1 -
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sandbox/src/main/kotlin/Main.kt b/sandbox/src/main/kotlin/Main.kt
index ea03467..021c6c4 100644
--- a/sandbox/src/main/kotlin/Main.kt
+++ b/sandbox/src/main/kotlin/Main.kt
@@ -127,7 +127,6 @@ private suspend fun 
ApplicationCall.adminCustomersKeyletter() {
         )
         return
     }
-    logger.info(body.toString())
 
     /**********************************************/
 
@@ -136,6 +135,10 @@ private suspend fun 
ApplicationCall.adminCustomersKeyletter() {
 
     /**********************************************/
 
+    respond(
+        HttpStatusCode.NotImplemented,
+        SandboxError("Not properly implemented")
+    )
 }
 
 private suspend fun ApplicationCall.ebicsweb() {
diff --git a/sandbox/src/main/python/libeufin-cli 
b/sandbox/src/main/python/libeufin-cli
index 6cd1563..db261bb 100755
--- a/sandbox/src/main/python/libeufin-cli
+++ b/sandbox/src/main/python/libeufin-cli
@@ -205,7 +205,6 @@ def keyletter(obj, customer_id):
     )
 
     try:
-        print("POSTing {}".format(body))
         resp = post(url, json=body)
     except Exception:
         print("Could not reach the bank, aborting now")

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



reply via email to

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