Skip to content

Commit

Permalink
Remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Jan 26, 2024
1 parent 0acb332 commit ef9df4b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main/java/org/broad/igv/sam/AlignmentRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -673,10 +673,6 @@ private void drawAlignment(
}
}

if("SRR18130587.2109746".equals(alignment.getReadName())) {
System.out.println();
}

// Draw blocks
// Get a graphics context for outlining alignment blocks.
Graphics2D outlineGraphics = null;
Expand Down

0 comments on commit ef9df4b

Please sign in to comment.