Skip to content

Commit

Permalink
remove prints when write vcf
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen committed Dec 26, 2015
1 parent 6e9fc17 commit 8cd99a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/IO/vcf/vcf_parser.jl
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ end

function vcf_write_metas(stream::BufferedOutputStream, header::VcfHeader)
for (key, meta) in header.metas
println(key)
println(meta)
for meta_props in meta
line = vcf_make_line(key, meta_props)
write(stream, line)
Expand Down

0 comments on commit 8cd99a7

Please sign in to comment.