Skip to content

Commit

Permalink
Remove a print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
thilinarmtb committed Feb 18, 2019
1 parent c488be4 commit 6b9f393
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/genmap-rsb.c
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,6 @@ void GenmapRSB(GenmapHandle h) {
#if defined(GENMAP_PAUL)
GenmapBinSort(h, GENMAP_GLOBALID, &buf0);
#endif
printf("id=%d,nel="GenmapIntFormat, id, GenmapGetNLocalElements(h));
}

crystal_free(&(h->cr));
Expand Down

0 comments on commit 6b9f393

Please sign in to comment.