Thomas hace 3 años
padre
commit
c755296432
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/lib.rs

+ 1 - 0
src/lib.rs

@@ -437,6 +437,7 @@ impl NeoContig {
                 }
             }
         });
+        println!("{:?}", alignments);
         self.alignments = alignments;
     }