Skip to content

Commit

Permalink
Remove console logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Nov 6, 2018
1 parent e84763f commit 2c4c33f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/JBrowse/Store/SeqFeature/BAM.js
Expand Up @@ -237,7 +237,6 @@ return declare( [ SeqFeatureStore, DeferredStatsMixin, DeferredFeaturesMixin, In
let seqName = query.ref || this.refSeq.name
seqName = this.browser.regularizeReferenceName( seqName );
const pairCache = {};
console.log(query)

this.bam.getRecordsForRange(seqName, query.start, query.end, {viewAsPairs: query.viewAsPairs})
.then(records => {
Expand Down

0 comments on commit 2c4c33f

Please sign in to comment.