1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

Forgot to remove a debug print statement

This commit is contained in:
Dennis Potter 2018-10-14 12:39:49 +02:00
parent 1328f190ad
commit 1d918229e8

View file

@ -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);
}