dputhier / libgtftk

gtftk C Library and program
GNU General Public License v3.0
3 stars 2 forks source link

Delete a print in select_by_loc #59

Closed dputhier closed 6 years ago

dputhier commented 6 years ago

This one should be easy to fix. There is a remaining print in select_by_loc:

gtftk/src/libgtftk/command/select_by_genomic_location.c: fprintf(stderr, "nb_loc = %d; nb_row = %d\n", nb_loc, row_list->nb_row);