Skip to content

Commit

Permalink
code review: drop log
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Nov 18, 2015
1 parent 5608387 commit f77b28e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/CoverageTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ class CoverageTiledCanvas extends TiledCanvas {
range: ContigInterval<string>) {
var bins = this.cache.binsForRef(range.contig);
var yScale = this.yScaleForRef(range.contig);
// console.log(this.cache.maxCoverageForRef(range.contig), bins);
var relaxedRange = new ContigInterval(
range.contig, range.start() - 1, range.stop() + 1);
renderBars(ctx, xScale, yScale, relaxedRange, bins, this.options);
Expand Down

0 comments on commit f77b28e

Please sign in to comment.