X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Fio%2Ftest%2Frun-17-homemade-io.c;h=00fbf2233c59c9132c3f1c74a40e630429a64bf5;hp=07794fa98e125d66480af8e8be62d3f9a7b0e16c;hb=9e02685a6216720d37848a332187e3745b7f981e;hpb=d4af94ec86618e89b449a27590a7b4f8e4365943 diff --git a/ccan/io/test/run-17-homemade-io.c b/ccan/io/test/run-17-homemade-io.c index 07794fa9..00fbf223 100644 --- a/ccan/io/test/run-17-homemade-io.c +++ b/ccan/io/test/run-17-homemade-io.c @@ -81,7 +81,6 @@ static struct io_plan io_read_packet(struct packet *pkt, plan.next_arg = arg; plan.pollflag = POLLIN; - io_plan_debug(&plan); return plan; }