aboutsummaryrefslogtreecommitdiff
path: root/src/fs
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
parent76f27817c3676d5732dd275816add1559ea10617 (diff)
downloadgnunet-b5fc1aa04d11e28eaf9f5c78abba0effd083f985.tar.gz
gnunet-b5fc1aa04d11e28eaf9f5c78abba0effd083f985.zip
-oops, remove printf
Diffstat (limited to 'src/fs')
-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 7ec02f916..4b609f19e 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,
614 struct GSF_ConnectedPeer *cp = cls; 614 struct GSF_ConnectedPeer *cp = cls;
615 615
616 GNUNET_assert (NULL != cp->respect_iterate_req); 616 GNUNET_assert (NULL != cp->respect_iterate_req);
617 printf("Got a record!\n");
618 if ((NULL != record) && (sizeof (cp->disk_respect) == record->value_size)) 617 if ((NULL != record) && (sizeof (cp->disk_respect) == record->value_size))
619 cp->disk_respect = cp->ppd.respect = *((uint32_t *)record->value); 618 cp->disk_respect = cp->ppd.respect = *((uint32_t *)record->value);
620 GSF_push_start_ (cp); 619 GSF_push_start_ (cp);
@@ -622,7 +621,6 @@ peer_respect_cb (void *cls,
622 cp->creation_cb (cp->creation_cb_cls, cp); 621 cp->creation_cb (cp->creation_cb_cls, cp);
623 if (NULL != record) 622 if (NULL != record)
624 { 623 {
625 printf("Cancelling!\n");
626 GNUNET_PEERSTORE_iterate_cancel (cp->respect_iterate_req); 624 GNUNET_PEERSTORE_iterate_cancel (cp->respect_iterate_req);
627 cp->respect_iterate_req = NULL; 625 cp->respect_iterate_req = NULL;
628 } 626 }