Skip to content

Commit

Permalink
removed print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymcrae committed Jan 24, 2024
1 parent 755e59e commit b13d593
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/bgen/writer.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,7 @@ cdef class BgenWriter:
pos = int(variant.pos)
rsid = variant.rsid
alleles = variant.alleles
print('copying data')
cdef vector[uint8_t] data = variant.copy_data()
print('data copied from variant, writing now')
var_offset = self.thisptr.write_variant_direct(data)
end_offset = var_offset + len(data)

Expand Down

0 comments on commit b13d593

Please sign in to comment.