Thomas 6 月之前
父節點
當前提交
baa0c951ef
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      src/commands/dorado.rs

+ 0 - 3
src/commands/dorado.rs

@@ -1,6 +1,5 @@
 use std::{
     fs::{self, File},
-    io::{Read, Write},
     path::{Path, PathBuf},
     time::SystemTime,
 };
@@ -36,7 +35,6 @@ pub struct Dorado {
     start_time: SystemTime,
     end_time: SystemTime,
     is_done: bool,
-    log: Vec<String>,
 }
 
 impl Dorado {
@@ -53,7 +51,6 @@ impl Dorado {
             start_time: SystemTime::now(),
             end_time: SystemTime::now(),
             is_done: false,
-            log: Vec::new(),
             case_dir,
             time_dir,
             bam,