1
0
Fork 0
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:
Steffen Vogel 2016-07-18 15:02:53 +02:00
parent 83231872cf
commit 303e730f3a

View file

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