mirror of
https://github.com/rustdesk/rustdesk.git
synced 2024-12-02 18:59:24 +08:00
remove unused log
This commit is contained in:
parent
50dc2a4d73
commit
a98e655cc7
@ -919,11 +919,6 @@ impl<T: InvokeUiSession> Remote<T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Some(file_response::Union::Block(block)) => {
|
Some(file_response::Union::Block(block)) => {
|
||||||
log::info!(
|
|
||||||
"file response block, file id:{}, file num: {}",
|
|
||||||
block.id,
|
|
||||||
block.file_num
|
|
||||||
);
|
|
||||||
if let Some(job) = fs::get_job(block.id, &mut self.write_jobs) {
|
if let Some(job) = fs::get_job(block.id, &mut self.write_jobs) {
|
||||||
if let Err(_err) = job.write(block).await {
|
if let Err(_err) = job.write(block).await {
|
||||||
// to-do: add "skip" for writing job
|
// to-do: add "skip" for writing job
|
||||||
|
Loading…
Reference in New Issue
Block a user