Skip to content

Commit

Permalink
removed debug print statement in BamRecord
Browse files Browse the repository at this point in the history
  • Loading branch information
walaj committed Oct 20, 2016
1 parent caa23ba commit f21c95b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BamRecord.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,6 @@ namespace SeqLib {

int BamRecord::OverlappingCoverage(const BamRecord& r) const {

std::cerr << " BAMO " << r << " " << *this << std::endl;
uint32_t* c = bam_get_cigar(b);
uint32_t* c2 = bam_get_cigar(r.b);
uint8_t * cov1 = (uint8_t*)calloc(b->core.l_qseq, sizeof(uint8_t));
Expand Down

0 comments on commit f21c95b

Please sign in to comment.