diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-07-04 21:34:50 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-07-04 21:34:50 +0200 |
commit | 915270d77a6f176caae2660f53c8ac9f908156ef (patch) | |
tree | 0780a9d60c01c08e4110ee91596cba1c20d3251a /src/mint | |
parent | 49da00cc2b857708d53fc092c0ff2bef96fe08e1 (diff) |
more small bugfixes
Diffstat (limited to 'src/mint')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.c | 4 |
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; } |