aboutsummaryrefslogtreecommitdiff
path: root/src/fs/gnunet-service-fs_cp.c
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2016-06-02 17:35:00 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2016-06-02 17:35:00 +0000
commitb5fc1aa04d11e28eaf9f5c78abba0effd083f985 (patch)
treeba95a1c002eab3824b7bad5aa8699d51c1799842 /src/fs/gnunet-service-fs_cp.c
parent76f27817c3676d5732dd275816add1559ea10617 (diff)
-oops, remove printf
Diffstat (limited to 'src/fs/gnunet-service-fs_cp.c')
-rw-r--r--src/fs/gnunet-service-fs_cp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c
index 7ec02f916c..4b609f19e9 100644
--- a/src/fs/gnunet-service-fs_cp.c
+++ b/src/fs/gnunet-service-fs_cp.c
@@ -614,7 +614,6 @@ peer_respect_cb (void *cls,
struct GSF_ConnectedPeer *cp = cls;
GNUNET_assert (NULL != cp->respect_iterate_req);
- printf("Got a record!\n");
if ((NULL != record) && (sizeof (cp->disk_respect) == record->value_size))
cp->disk_respect = cp->ppd.respect = *((uint32_t *)record->value);
GSF_push_start_ (cp);
@@ -622,7 +621,6 @@ peer_respect_cb (void *cls,
cp->creation_cb (cp->creation_cb_cls, cp);
if (NULL != record)
{
- printf("Cancelling!\n");
GNUNET_PEERSTORE_iterate_cancel (cp->respect_iterate_req);
cp->respect_iterate_req = NULL;
}