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:
parent
1328f190ad
commit
1d918229e8
1 changed files with 0 additions and 2 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue