Thomas 3 năm trước cách đây
mục cha
commit
53dac881e2
1 tập tin đã thay đổi với 1 bổ sung4 xóa
  1. 1 4
      src/lib.rs

+ 1 - 4
src/lib.rs

@@ -300,10 +300,7 @@ impl SequencesGraph {
             }
         }
 
-        if *res.last().unwrap() == b'N' {
-            println!("LAST RM");
-            res.pop();
-        }
+        println!("RES {:?}", res);
         res
     }