bugfix: Removed spurious printf in peer.c

I must've left that on in. Fixes #89
This commit is contained in:
Christian Decker 2016-11-14 00:29:01 +01:00
parent e5b44ff232
commit 34b4134cb0

View File

@ -940,7 +940,6 @@ static void their_htlc_added(struct peer *peer, struct htlc *htlc,
goto free_packet;
case ONION_FORWARD:
printf("FORWARDING %lu\n", step->hoppayload->amount);
route_htlc_onwards(peer, htlc, step->hoppayload->amount, step->next->nexthop,
serialize_onionpacket(step, peer->dstate->secpctx, step->next), only_dest);
goto free_packet;