summaryrefslogtreecommitdiff
path: root/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
diff options
context:
space:
mode:
authorms <ms@taler.net>2021-09-19 14:53:33 +0200
committerms <ms@taler.net>2021-09-19 14:53:33 +0200
commit9002a7ceecb8aa000d6fc886e9b328e8d983a2e8 (patch)
treec3eaa0ac4ab14627d90184ee9762c4ca3910fd5e /sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
parent5f80d48f4a627eb9f95b414a8ddb903df3c2bdc9 (diff)
downloadlibeufin-9002a7ceecb8aa000d6fc886e9b328e8d983a2e8.tar.gz
libeufin-9002a7ceecb8aa000d6fc886e9b328e8d983a2e8.tar.bz2
libeufin-9002a7ceecb8aa000d6fc886e9b328e8d983a2e8.zip
match API
Diffstat (limited to 'sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt')
-rw-r--r--sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt2
1 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index aa62f4bd..8482fefb 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -1040,8 +1040,6 @@ fun serverMain(dbName: String, port: Int) {
post("/api/withdrawal-operation/{wopid}") {
val wopid: String = ensureNonNull(call.parameters["wopid"])
logger.debug("Confirming withdraw operation: $wopid")
- val debug = call.receiveText()
- logger.debug("Withdraw confirmation request: $debug")
val body = call.receiveJson<TalerWithdrawalConfirmation>()
logger.debug("Withdrawal confirmation valid.")
transaction {