aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-09 22:29:10 +0200
committerChristian Grothoff <christian@grothoff.org>2015-07-09 22:29:10 +0200
commit1e7bef9762644445fd34a554488711b3881c699a (patch)
treeb42b24f4888e680b349c3ead2f2e208892fb4ed4 /src/mint/taler-mint-httpd.c
parentbe535b68e1c5911c9ec011a0d24714d0f4b42377 (diff)
-fix leaks
Diffstat (limited to 'src/mint/taler-mint-httpd.c')
-rw-r--r--src/mint/taler-mint-httpd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd.c b/src/mint/taler-mint-httpd.c
index 4fa867759..de0a0368e 100644
--- a/src/mint/taler-mint-httpd.c
+++ b/src/mint/taler-mint-httpd.c
@@ -105,7 +105,6 @@ handle_mhd_completion_callback (void *cls,
void **con_cls,
enum MHD_RequestTerminationCode toe)
{
- fprintf (stderr, "CC called (%p)!\n", *con_cls);
if (NULL == *con_cls)
return;
TMH_PARSE_post_cleanup_callback (*con_cls);