r225: removed a debugging line

This commit is contained in:
Heng Li 2017-07-29 13:21:38 -04:00
parent 19d6ec885e
commit 783ead6f47
2 changed files with 1 additions and 2 deletions

View File

@ -387,7 +387,6 @@ static int mm_align1_inv(void *km, const mm_mapopt_t *opt, const mm_idx_t *mi, i
r_inv->qs = r1->qe, r_inv->qe = r2->qs;
r_inv->rs = r1->re, r_inv->re = r2->rs;
ret = 1;
fprintf(stderr, "here!\n");
}
}
kfree(km, tseq);

2
main.c
View File

@ -8,7 +8,7 @@
#include "minimap.h"
#include "mmpriv.h"
#define MM_VERSION "2.0-r224-dirty"
#define MM_VERSION "2.0-r225-dirty"
void liftrlimit()
{