mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
removed debug output
This commit is contained in:
parent
83231872cf
commit
303e730f3a
1 changed files with 0 additions and 4 deletions
|
@ -480,10 +480,6 @@ int websocket_read(struct node *n, struct sample *smps[], unsigned cnt)
|
|||
int got;
|
||||
|
||||
got = queue_pull_many(&w->queue_rx, (void **) msgs, cnt, &w->received);
|
||||
|
||||
if (got)
|
||||
info("got %u", got);
|
||||
|
||||
for (int i = 0; i < got; i++) {
|
||||
smps[i]->sequence = msgs[i]->sequence;
|
||||
smps[i]->length = msgs[i]->length;
|
||||
|
|
Loading…
Add table
Reference in a new issue