mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Forgot to remove a debug line
This commit is contained in:
parent
dbe0b3bdfd
commit
357bec9ad2
@ -76,9 +76,8 @@ async fn get_data_from_server(bus_client: &mut BusClient) -> Result<()> {
|
||||
BusRequest::RttHistogram,
|
||||
BusRequest::AllUnknownIps,
|
||||
];
|
||||
// for r in lqos_bus::bus_request(requests).await?.iter() {
|
||||
println!("Tick");
|
||||
for r in bus_client.request(requests).await?.iter() {
|
||||
|
||||
for r in bus_client.request(requests).await?.iter() {
|
||||
match r {
|
||||
BusResponse::CurrentThroughput {
|
||||
bits_per_second,
|
||||
|
Loading…
Reference in New Issue
Block a user