From 3503f66520644124a96be8089fa78d0558dfea07 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Mon, 27 Apr 2020 14:10:30 +0200 Subject: [PATCH] Update ecopcr.c to comment a debug message --- src/ecopcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecopcr.c b/src/ecopcr.c index 055080a..b100593 100644 --- a/src/ecopcr.c +++ b/src/ecopcr.c @@ -650,7 +650,7 @@ int main(int argc, char **argv) } o1cHits = ManberAll(apatseq,o1c,3,begin,length); - printf("circular= %d\n",circular); + // printf("circular= %d\n",circular); if (o1cHits) for (i=0; i < o2Hits;i++) {