From bb42e88bb27755749e5cdb952c3f2185f733e00a Mon Sep 17 00:00:00 2001 From: Kingtous Date: Tue, 6 Dec 2022 15:17:51 +0800 Subject: [PATCH] opt: remove outputs --- libs/hbb_common/src/fs.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/hbb_common/src/fs.rs b/libs/hbb_common/src/fs.rs index 6de638ce0..e08414324 100644 --- a/libs/hbb_common/src/fs.rs +++ b/libs/hbb_common/src/fs.rs @@ -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::>()); Ok(()) }