protocol-simple: remove old debug line

This commit is contained in:
Wim Taymans 2024-05-23 11:51:32 +02:00
parent 378b196738
commit 59c4e7645f

View file

@ -372,7 +372,6 @@ static void capture_process(void *data)
offset += res;
size -= res;
}
pw_log_info("send %d", offset);
pw_stream_queue_buffer(client->capture, buf);
}