Thomas hace 3 años
padre
commit
53dac881e2
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  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
     }