mirror of
https://github.com/rustdesk/rustdesk
synced 2026-05-24 09:28:23 +00:00
opt: remove outputs
This commit is contained in:
parent
e3c239f5ae
commit
bb42e88bb2
1 changed files with 0 additions and 2 deletions
|
|
@ -776,10 +776,8 @@ pub async fn handle_read_jobs(
|
|||
}
|
||||
}
|
||||
for id in finished {
|
||||
log::info!("remove read job {}", id);
|
||||
remove_job(id, jobs);
|
||||
}
|
||||
// log::info!("read jobs: {:?}", jobs.iter().map(|item| {item.id}).collect::<Vec<i32>>());
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue