Skip to content

Commit 6e72e59

Browse files
committed
Remove forgotten debugging output
1 parent d5d280b commit 6e72e59

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vcfannotate.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2762,7 +2762,6 @@ static void rename_chrs(args_t *args, char *fname)
27622762
// Dirty: this relies on bcf_hdr_sync NOT being called
27632763
static int rename_annots_core(args_t *args, char *ori_tag, char *new_tag)
27642764
{
2765-
fprintf(stderr,"rename_annots_core ori=[%s] new=[%s]\n",ori_tag,new_tag);
27662765
int type;
27672766
if ( !strncasecmp("info/",ori_tag,5) ) type = BCF_HL_INFO, ori_tag += 5;
27682767
else if ( !strncasecmp("format/",ori_tag,7) ) type = BCF_HL_FMT, ori_tag += 7;

0 commit comments

Comments
 (0)