Skip to content

Commit

Permalink
Remove debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlefs authored and neumantm committed Sep 7, 2020
1 parent 165546f commit ab465a5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ public SwingPlayfieldDrawer(final SwingTextureRegistry textureRegistry, final do
this.offsetY = this.CELL_SIZE;

Font font = this.getFont();
System.out.println(font.getFontName() + " " + font.getSize());
final int newFontSize = (int) Math.floor(12 * dpiScale);
this.setFont(new Font(font.getFontName(), font.getStyle(), newFontSize));
}
Expand Down

0 comments on commit ab465a5

Please sign in to comment.