aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schanzenbach <schanzen@gnunet.org>2022-01-05 00:21:41 +0100
committerMartin Schanzenbach <schanzen@gnunet.org>2022-01-05 00:21:41 +0100
commit821401a3ee83dcd2e33f4cb20c1a98c681613df0 (patch)
tree3703da35c6baf5e9c9e7e5d4fb0ecbf7a8d75a6d
parent4c4616d989864c09241740e70bffde872c85b547 (diff)
downloadgnunet-821401a3ee83dcd2e33f4cb20c1a98c681613df0.tar.gz
gnunet-821401a3ee83dcd2e33f4cb20c1a98c681613df0.zip
-remove fprintf from API
-rw-r--r--src/reclaim/reclaim_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/reclaim/reclaim_api.c b/src/reclaim/reclaim_api.c
index f41473f9f..bc6b835c9 100644
--- a/src/reclaim/reclaim_api.c
+++ b/src/reclaim/reclaim_api.c
@@ -1550,7 +1550,6 @@ GNUNET_RECLAIM_ticket_issue (
1550 struct IssueTicketMessage *tim; 1550 struct IssueTicketMessage *tim;
1551 size_t attr_len; 1551 size_t attr_len;
1552 1552
1553 fprintf (stderr, "Issuing ticket\n");
1554 op = GNUNET_new (struct GNUNET_RECLAIM_Operation); 1553 op = GNUNET_new (struct GNUNET_RECLAIM_Operation);
1555 op->h = h; 1554 op->h = h;
1556 op->ti_cb = cb; 1555 op->ti_cb = cb;