Skip to content

Commit

Permalink
Code: Removed debug log output
Browse files Browse the repository at this point in the history
  • Loading branch information
GoldenGnu committed May 28, 2019
1 parent 5311853 commit 7aaf7bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/net/nikr/eve/jeveasset/SplashUpdater.java
Expand Up @@ -212,11 +212,6 @@ private static void paintSplashScreen() {
Dimension size = splashScreen.getSize();
g.fillRect(0, 0, size.width, size.height);
g.setPaintMode();
LOG.info("Family: " + g.getFont().getFamily()
+ " Name: " + g.getFont().getFontName()
+ " Size: " + g.getFont().getSize()
+ " Style: " + g.getFont().getStyle()
);
paint(g);
splashScreen.update();
}
Expand Down

0 comments on commit 7aaf7bb

Please sign in to comment.