Thomas %!s(int64=3) %!d(string=hai) anos
pai
achega
53dac881e2
Modificáronse 1 ficheiros con 1 adicións e 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
     }