summaryrefslogtreecommitdiff
path: root/src/mint
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-04 21:34:50 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-04 21:34:50 +0200
commit915270d77a6f176caae2660f53c8ac9f908156ef (patch)
tree0780a9d60c01c08e4110ee91596cba1c20d3251a /src/mint
parent49da00cc2b857708d53fc092c0ff2bef96fe08e1 (diff)
downloadexchange-915270d77a6f176caae2660f53c8ac9f908156ef.tar.gz
exchange-915270d77a6f176caae2660f53c8ac9f908156ef.tar.bz2
exchange-915270d77a6f176caae2660f53c8ac9f908156ef.zip
more small bugfixes
Diffstat (limited to 'src/mint')
-rw-r--r--src/mint/taler-mint-httpd_responses.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c
index 477db86ed..74ecd15d1 100644
--- a/src/mint/taler-mint-httpd_responses.c
+++ b/src/mint/taler-mint-httpd_responses.c
@@ -60,10 +60,6 @@ TMH_RESPONSE_reply_json (struct MHD_Connection *connection,
ret = MHD_queue_response (connection,
response_code,
resp);
- fprintf (stderr,
- "Queued response %u (%d)\n",
- response_code,
- ret);
MHD_destroy_response (resp);
return ret;
}