From 1d918229e8e25b57e4c722b9dc43fd062353eb9c Mon Sep 17 00:00:00 2001 From: Dennis Potter Date: Sun, 14 Oct 2018 12:39:49 +0200 Subject: [PATCH] Forgot to remove a debug print statement --- lib/nodes/infiniband.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/nodes/infiniband.c b/lib/nodes/infiniband.c index 70d277ba9..b97d411fd 100644 --- a/lib/nodes/infiniband.c +++ b/lib/nodes/infiniband.c @@ -861,8 +861,6 @@ int ib_read(struct node *n, struct sample *smps[], unsigned cnt, unsigned *relea smps[j]->length = SAMPLE_NUMBER_OF_VALUES(wc[j].byte_len - correction); smps[j]->ts.received = ts_receive; - - printf("time_ns: %lu\n", smps[j]->sequence); smps[j]->flags = (SAMPLE_HAS_TS_ORIGIN | SAMPLE_HAS_TS_RECEIVED | SAMPLE_HAS_SEQUENCE); }