Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dariober committed Nov 13, 2024
1 parent 5c8a19f commit a59fef7
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@ function draw(
}
}
for (const cds of cdsRow) {
console.log(`HERE: ${JSON.stringify(cds)}`)
const cdsWidthPx = (cds.max - cds.min) / bpPerPx
const minX =
(lgv.bpToPx({
Expand Down

0 comments on commit a59fef7

Please sign in to comment.